Skip to content

Commit

Permalink
πŸ“ Fix docstring to render better
Browse files Browse the repository at this point in the history
  • Loading branch information
astariul committed Mar 21, 2024
1 parent 52f830f commit 7213f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytere/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ def is_odd(x: float) -> bool:
x (float): Number to check.
Returns:
bool: True if the number is odd, False otherwise.
True if the number is odd, False otherwise.
"""
return x % 2 == 1

0 comments on commit 7213f6e

Please sign in to comment.