Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
loociano committed Dec 9, 2024
1 parent ea53dbc commit 347e114
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions common/python3/AdventOfCodeTestCase.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ def __init__(self, test_dir: str, *args, **kwargs) -> None:
test_dir: directory where test are located.
*args: arguments
**kwargs: keyword arguments.
- read_raw: whether to read examples and puzzle input as is or line by
line.
- read_raw: reads the input as a str otherwise line by line as Sequence[str].
"""
if 'read_raw' in kwargs:
read_raw = kwargs['read_raw']
Expand Down

0 comments on commit 347e114

Please sign in to comment.