Skip to content

Commit

Permalink
Merge pull request #24 from tony/patch-2
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
daizutabi committed Aug 3, 2020
2 parents 8f97267 + 7472d96 commit 3764ef1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/google_style.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def message(self, n: int) -> List[str]:
"""Returns a message list.
Args:
n: Repeatation.
n: Repetition.
"""
return [self.a] * n

Expand Down
2 changes: 1 addition & 1 deletion examples/numpy_style.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def message(self, n: int) -> List[str]:
Parameters
----------
n
Repeatation.
Repetition.
"""
return [self.a] * n

Expand Down

0 comments on commit 3764ef1

Please sign in to comment.