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 02de6ba commit aa608e6Copy full SHA for aa608e6
Doc/library/unicodedata.rst
@@ -88,7 +88,7 @@ following functions:
88
89
Returns the numeric value assigned to the character *chr* as float.
90
If no such value is defined, *default* is returned, or, if not given,
91
- :exc:`ValueError` is raised.
+ :exc:`ValueError` is raised::
92
93
>>> unicodedata.numeric('½')
94
0.5
0 commit comments