Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
emcek committed Oct 27, 2023
1 parent 2ff7177 commit ca256cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcspy/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ def sha(self) -> str:
class ZigZagIterator:
def __init__(self, current: int, max_val: int, step: int = 1) -> None:
"""
Iterator that returns values from 0 to max_val and back.
Iterate with values from 0 to max_val and back.
:param current: current value
:param max_val: maximum value
Expand Down

0 comments on commit ca256cf

Please sign in to comment.