Skip to content

Commit 8fa2f09

Browse files
authored
DOC: capitalize Python as proper noun (#37146)
1 parent e7ee7cb commit 8fa2f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/base.py

Lines changed: 1 addition & 1 deletion
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)