Skip to content

Commit 5a172c5

Browse files
authored
DOC: capitalize NumPy as proper noun (#38631)
1 parent bb2c10e commit 5a172c5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/source/user_guide/10min.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Selection
163163

164164
.. note::
165165

166-
While standard Python / Numpy expressions for selecting and setting are
166+
While standard Python / NumPy expressions for selecting and setting are
167167
intuitive and come in handy for interactive work, for production code, we
168168
recommend the optimized pandas data access methods, ``.at``, ``.iat``,
169169
``.loc`` and ``.iloc``.
@@ -239,7 +239,7 @@ Select via the position of the passed integers:
239239
240240
df.iloc[3]
241241
242-
By integer slices, acting similar to numpy/Python:
242+
By integer slices, acting similar to NumPy/Python:
243243

244244
.. ipython:: python
245245

doc/source/user_guide/cookbook.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Simplified, condensed, new-user friendly, in-line examples have been inserted wh
1515
augment the Stack-Overflow and GitHub links. Many of the links contain expanded information,
1616
above what the in-line examples offer.
1717

18-
pandas (pd) and Numpy (np) are the only two abbreviated imported modules. The rest are kept
18+
pandas (pd) and NumPy (np) are the only two abbreviated imported modules. The rest are kept
1919
explicitly imported for newer users.
2020

2121
Idioms

0 commit comments

Comments
 (0)