Skip to content

Commit 1669082

Browse files
topper-123Dr-Irv
andcommitted
Update web/pandas/pdeps/0013-standardize-apply.md
Co-authored-by: Irv Lustig <[email protected]>
1 parent 6f903bf commit 1669082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/pandas/pdeps/0013-standardize-apply.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ dtype: int64
231231

232232
Users would expect these two to give the same result.
233233

234-
This PDEP proposes that callables will be applies to the whole `Series`, so in the future we will have:
234+
This PDEP proposes that callables will be applied to the whole `Series`, so in the future we will have:
235235

236236
```python
237237
>>> small_ser.agg(np.sum)

0 commit comments

Comments
 (0)