Skip to content

Commit

Permalink
Fix typo in docstring, add space
Browse files Browse the repository at this point in the history
Co-authored-by: Asish Mahapatra <[email protected]>
  • Loading branch information
ZenithClown and asishm authored Dec 24, 2024
1 parent dd875da commit 98a0143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/methods/describe.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def describe_ndframe(
percentiles : list-like of numbers, optional
The percentiles to include in the output. All should fall between 0 and 1.
The default is ``[.25, .5, .75]``, which returns the 25th, 50th, and
75th percentiles.If a blank list is passed, then returns only the
75th percentiles. If a blank list is passed, then returns only the
50th percentile value.
Returns
Expand Down

0 comments on commit 98a0143

Please sign in to comment.