Skip to content

Commit

Permalink
docs: fix typo (tqdm#1301)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghltshubh authored Mar 26, 2022
1 parent 96fe8c5 commit d14adb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tqdm/std.py
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ def pandas(cls, **tqdm_kwargs):
| groupby.(generic.)SeriesGroupBy
).progress_apply
A new instance will be create every time `progress_apply` is called,
A new instance will be created every time `progress_apply` is called,
and each instance will automatically `close()` upon completion.
Parameters
Expand Down

0 comments on commit d14adb6

Please sign in to comment.