Skip to content

Commit 6800ec8

Browse files
committed
Merge pull request #3751 from yuvallanger/patch-eg-with-dots
DOC : Some more `i.e.` and `e.g.` changes
2 parents 58a3280 + 36adc9d commit 6800ec8

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2730,7 +2730,7 @@
27302730
2007-02-12 Moved data files into lib/matplotlib so that setuptools'
27312731
develop mode works. Re-organized the mpl-data layout so
27322732
that this source structure is maintained in the
2733-
installation. (I.e. the 'fonts' and 'images'
2733+
installation. (i.e., the 'fonts' and 'images'
27342734
sub-directories are maintained in site-packages.) Suggest
27352735
removing site-packages/matplotlib/mpl-data and
27362736
~/.matplotlib/ttffont.cache before installing - ADS

doc/api/api_changes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1339,7 +1339,7 @@ Changes for 0.90.1
13391339

13401340
Moved data files into lib/matplotlib so that setuptools' develop
13411341
mode works. Re-organized the mpl-data layout so that this source
1342-
structure is maintained in the installation. (I.e. the 'fonts' and
1342+
structure is maintained in the installation. (i.e., the 'fonts' and
13431343
'images' sub-directories are maintained in site-packages.).
13441344
Suggest removing site-packages/matplotlib/mpl-data and
13451345
~/.matplotlib/ttffont.cache before installing

doc/devel/coding_guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ illustration) just passes them on to the
200200
self.update(kwargs)
201201

202202
``update`` does the work looking for methods named like
203-
``set_property`` if ``property`` is a keyword argument. I.e., no one
203+
``set_property`` if ``property`` is a keyword argument. i.e., no one
204204
looks at the keywords, they just get passed through the API to the
205205
artist constructor which looks for suitably named methods and calls
206206
them with the value.

doc/devel/license.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ most widely used license is the GPL, which in addition to granting you
2828
full rights to the source code including redistribution, carries with
2929
it an extra obligation. If you use GPL code in your own code, or link
3030
with it, your product must be released under a GPL compatible
31-
license. I.e., you are required to give the source code to other
31+
license. i.e., you are required to give the source code to other
3232
people and give them the right to redistribute it as well. Many of the
3333
most famous and widely used open source projects are released under
3434
the GPL, including linux, gcc, emacs and sage.

lib/matplotlib/mlab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1423,7 +1423,7 @@ def cohere_pairs( X, ij, NFFT=256, Fs=2, detrend=detrend_none,
14231423
where:
14241424
14251425
- *Cxy*: dictionary of (*i*, *j*) tuples -> coherence vector for
1426-
that pair. I.e., ``Cxy[(i,j) = cohere(X[:,i], X[:,j])``.
1426+
that pair. i.e., ``Cxy[(i,j) = cohere(X[:,i], X[:,j])``.
14271427
Number of dictionary keys is ``len(ij)``.
14281428
14291429
- *Phase*: dictionary of phases of the cross spectral density at

lib/matplotlib/text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,7 @@ class TextWithDash(Text):
10301030
*dashrotation* specifies the rotation of the dash, and should
10311031
generally stay *None*. In this case
10321032
:meth:`~matplotlib.text.TextWithDash.get_dashrotation` returns
1033-
:meth:`~matplotlib.text.Text.get_rotation`. (I.e., the dash takes
1033+
:meth:`~matplotlib.text.Text.get_rotation`. (i.e., the dash takes
10341034
its rotation from the text's rotation). Because the text center is
10351035
projected onto the dash, major deviations in the rotation cause
10361036
what may be considered visually unappealing results.

0 commit comments

Comments
 (0)