Skip to content

Commit 98a0143

Browse files
ZenithClownasishm
andauthored
Fix typo in docstring, add space
Co-authored-by: Asish Mahapatra <[email protected]>
1 parent dd875da commit 98a0143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/methods/describe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def describe_ndframe(
7474
percentiles : list-like of numbers, optional
7575
The percentiles to include in the output. All should fall between 0 and 1.
7676
The default is ``[.25, .5, .75]``, which returns the 25th, 50th, and
77-
75th percentiles.If a blank list is passed, then returns only the
77+
75th percentiles. If a blank list is passed, then returns only the
7878
50th percentile value.
7979
8080
Returns

0 commit comments

Comments
 (0)