File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ See :ref:`stable` for a discussion of API and ABI stability across versions.
6363.. c :var :: const unsigned long Py_Version
6464
6565 The Python runtime version number encoded in a single constant integer, with
66- the same format as the c:macro: `PY_VERSION_HEX ` macro.
66+ the same format as the : c:macro: `PY_VERSION_HEX ` macro.
6767 This contains the Python version used at run time.
6868
6969 .. versionadded :: 3.11
Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ Standard names are defined for the following types:
239239 The :term: `loader ` which loaded the module. Defaults to ``None ``.
240240
241241 This attribute is to match :attr: `importlib.machinery.ModuleSpec.loader `
242- as stored in the attr:`__spec__ ` object.
242+ as stored in the : attr: `__spec__ ` object.
243243
244244 .. note ::
245245 A future version of Python may stop setting this attribute by default.
@@ -264,7 +264,7 @@ Standard names are defined for the following types:
264264 :attr: `__name__ ` if the module is a package itself). Defaults to ``None ``.
265265
266266 This attribute is to match :attr: `importlib.machinery.ModuleSpec.parent `
267- as stored in the attr:`__spec__ ` object.
267+ as stored in the : attr: `__spec__ ` object.
268268
269269 .. note ::
270270 A future version of Python may stop setting this attribute by default.
Original file line number Diff line number Diff line change @@ -1422,7 +1422,7 @@ The socket module now supports the address family
14221422Victor Stinner.)
14231423
14241424New Linux constants ``TCP_USER_TIMEOUT `` and ``TCP_CONGESTION `` were added.
1425- (Contributed by Omar Sandoval, issue:`26273 `).
1425+ (Contributed by Omar Sandoval, : issue: `26273 `).
14261426
14271427
14281428socketserver
You can’t perform that action at this time.
0 commit comments