Skip to content

Commit 2c06f64

Browse files
committed
DOC: fix pre-commit lint issues in apply docstring
1 parent 1970f9e commit 2c06f64

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pandas/core/frame.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10554,12 +10554,12 @@ def apply(
1055410554
If you are just applying a NumPy reduction function this will
1055510555
achieve much better performance.
1055610556
10557-
.. warning::
10557+
.. warning::
1055810558
10559-
When ``raw=True``, the output dtype is inferred from the
10560-
**first returned value**. If that value is not ``None``but
10561-
later calls return ``Nonw``, a ``TypeError`` may be raised
10562-
because Numpy infers a non-nullable dtype.
10559+
When ``raw=True``, the result dtype is inferred from the **first**
10560+
returned value. If that value is not ``None`` but later calls return
10561+
``None``, a ``TypeError`` may occur because NumPy infers a
10562+
non-nullable dtype.
1056310563
1056410564
result_type : {'expand', 'reduce', 'broadcast', None}, default None
1056510565
These only act when ``axis=1`` (columns):

0 commit comments

Comments
 (0)