Skip to content

Commit 6a47269

Browse files
committed
Fix docstring formatting
1 parent 23907cd commit 6a47269

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/humanize/number.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def intcomma(value, ndigits=None):
7474
compatibility with Django's `intcomma`, this function also accepts floats.
7575
7676
Examples:
77-
``pycon
77+
```pycon
7878
>>> intcomma(100)
7979
'100'
8080
>>> intcomma("1000")

0 commit comments

Comments
 (0)