Skip to content

Commit

Permalink
fixup! Docs: fix formatting of return value
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Aug 4, 2023
1 parent 322dda4 commit f4a3852
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/humanize/number.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,8 @@ def clamp(
Returns:
str: Formatted number. The output is clamped between the indicated floor and
ceil. If the number is larger than ceil or smaller than floor, the output will
be prepended with a token indicating as such.
ceil. If the number is larger than ceil or smaller than floor, the output
will be prepended with a token indicating as such.
"""
if value is None:
Expand Down

0 comments on commit f4a3852

Please sign in to comment.