Skip to content

Commit a448b4a

Browse files
committed
Formatting
1 parent 98a72e7 commit a448b4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/spec/distributing.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ support the following expressions:
8181
* The ellipsis literal, ``...``, which can stand in for any value
8282
* Any value that is a
8383
:ref:`legal parameter for typing.Literal <literal-legal-parameters>`
84-
* Floating point literals, such as `3.14`
85-
* Complex literals, such as `1 + 2j`
84+
* Floating point literals, such as ``3.14``
85+
* Complex literals, such as ``1 + 2j``
8686

8787
Module Level Attributes
8888
"""""""""""""""""""""""

0 commit comments

Comments
 (0)