Skip to content

Commit

Permalink
fix: repetition in docstring (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisimcevoy authored Dec 18, 2024
1 parent 248e77b commit 7010bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyoda_time/time_zones/io/_date_time_zone_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def write_offset(self, offset: Offset) -> None:
self.write_milliseconds(offset.milliseconds)

def write_dictionary(self, dictionary: dict[str, str]) -> None:
"""Writes the given dictionary of string to string to the stream.
"""Writes the given dictionary of string to the stream.
:param dictionary: The dictionary to write.
"""
Expand Down

0 comments on commit 7010bb4

Please sign in to comment.