Skip to content

Commit 65d1b62

Browse files
databasedavjreback
authored andcommitted
DOC: add missing period to DataFrame docstring (#19280)
1 parent 04a6815 commit 65d1b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ class DataFrame(NDFrame):
250250
""" Two-dimensional size-mutable, potentially heterogeneous tabular data
251251
structure with labeled axes (rows and columns). Arithmetic operations
252252
align on both row and column labels. Can be thought of as a dict-like
253-
container for Series objects. The primary pandas data structure
253+
container for Series objects. The primary pandas data structure.
254254
255255
Parameters
256256
----------

0 commit comments

Comments
 (0)