Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
fixed the sentence to be more concise.
  • Loading branch information
howardyoo authored and ocelotl committed Mar 14, 2024
1 parent 4271001 commit 5dd7327
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ def __init__(
elif self._export_interval_millis <= 0:
raise ValueError(
f"interval value {self._export_interval_millis} is invalid \
and needs to be larger than zero and lower than or equal to infinity."
and needs to be larger than zero."
)

def _at_fork_reinit(self):
Expand Down

0 comments on commit 5dd7327

Please sign in to comment.