Skip to content

Commit fdfa73d

Browse files
Standardize gaps
1 parent e17605d commit fdfa73d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Doc/library/unicodedata.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ following functions:
8383
>>> unicodedata.digit('\N{SUPERSCRIPT NINE}')
8484
9
8585

86+
8687
.. function:: numeric(chr, default=None, /)
8788

8889
Returns the numeric value assigned to the character *chr* as float.
@@ -92,6 +93,7 @@ following functions:
9293
>>> unicodedata.numeric('½')
9394
0.5
9495

96+
9597
.. function:: category(chr)
9698

9799
Returns the general category assigned to the character *chr* as
@@ -184,6 +186,7 @@ following functions:
184186
a human reader, if one has combining characters and the other
185187
doesn't, they may not compare equal.
186188

189+
187190
.. function:: is_normalized(form, unistr)
188191

189192
Return whether the Unicode string *unistr* is in the normal form *form*. Valid

0 commit comments

Comments
 (0)