Skip to content

Commit c8606fc

Browse files
committed
I.e. to i.e.
1 parent 2213ac8 commit c8606fc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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)