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 fdfa73d commit 02de6baCopy full SHA for 02de6ba
Doc/library/unicodedata.rst
@@ -78,7 +78,7 @@ following functions:
78
79
Returns the digit value assigned to the character *chr* as integer.
80
If no such value is defined, *default* is returned, or, if not given,
81
- :exc:`ValueError` is raised.
+ :exc:`ValueError` is raised::
82
83
>>> unicodedata.digit('\N{SUPERSCRIPT NINE}')
84
9
0 commit comments