Skip to content

Commit

Permalink
Fix typo in last_iter() docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
florimondmanca committed Oct 12, 2019
1 parent fda9cbd commit 45d5ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkautodoc/extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def get_params(signature: inspect.Signature) -> typing.List[str]:

def last_iter(seq: typing.Sequence) -> typing.Iterator:
"""
Given an sequence, return a two-tuple (item, is_last) iterable.
Given a sequence, return a two-tuple (item, is_last) iterable.
See: https://stackoverflow.com/a/1633483/596689
"""
Expand Down

0 comments on commit 45d5ce2

Please sign in to comment.