Skip to content

Commit

Permalink
Merge pull request #5 from florimondmanca/patch-1
Browse files Browse the repository at this point in the history
Fix typo in last_iter() docstring
  • Loading branch information
tomchristie committed Oct 22, 2019
2 parents 7073c1f + 45d5ce2 commit b9b5b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkautodoc/extension.py
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 b9b5b60

Please sign in to comment.