Skip to content

Commit 02de6ba

Browse files
Codeblock fixup
1 parent fdfa73d commit 02de6ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/unicodedata.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ following functions:
7878

7979
Returns the digit value assigned to the character *chr* as integer.
8080
If no such value is defined, *default* is returned, or, if not given,
81-
:exc:`ValueError` is raised.
81+
:exc:`ValueError` is raised::
8282

8383
>>> unicodedata.digit('\N{SUPERSCRIPT NINE}')
8484
9

0 commit comments

Comments
 (0)