Skip to content

Commit aa608e6

Browse files
Codeblock fixup
1 parent 02de6ba commit aa608e6

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
@@ -88,7 +88,7 @@ following functions:
8888

8989
Returns the numeric value assigned to the character *chr* as float.
9090
If no such value is defined, *default* is returned, or, if not given,
91-
:exc:`ValueError` is raised.
91+
:exc:`ValueError` is raised::
9292

9393
>>> unicodedata.numeric('½')
9494
0.5

0 commit comments

Comments
 (0)