We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23907cd commit 6a47269Copy full SHA for 6a47269
1 file changed
src/humanize/number.py
@@ -74,7 +74,7 @@ def intcomma(value, ndigits=None):
74
compatibility with Django's `intcomma`, this function also accepts floats.
75
76
Examples:
77
- ``pycon
+ ```pycon
78
>>> intcomma(100)
79
'100'
80
>>> intcomma("1000")
0 commit comments