Skip to content

Commit 6d29f54

Browse files
erictleungJulianWgs
authored andcommitted
DOC: capitalize Python as proper noun (pandas-dev#37146)
1 parent 88b7636 commit 6d29f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ def ndim(self) -> int:
366366

367367
def item(self):
368368
"""
369-
Return the first element of the underlying data as a python scalar.
369+
Return the first element of the underlying data as a Python scalar.
370370
371371
Returns
372372
-------

0 commit comments

Comments
 (0)