You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DOC: Minor fix to docstring formatting for head() and tail() (#58589)
* Minor fix to docstring formatting
Fix minor inconsistency in docstring formatting for `head()` and `tail()`.
Fix the code formatting for the `n` variable appearing in the docstrings of `head()` and `tail()` so that it is consistent with surrounding uses of the variable.
* Update pandas/core/generic.py
---------
Co-authored-by: Matthew Roeschke <[email protected]>
0 commit comments