mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Docs: Fix backtick errors found by sphinx-lint (#97998)
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
This commit is contained in:
parent
27025e158c
commit
fa2d43e518
55 changed files with 90 additions and 98 deletions
|
@ -1116,7 +1116,7 @@ on first use).
|
|||
That aside there is a way to use ``mock`` to affect the results of an import.
|
||||
Importing fetches an *object* from the :data:`sys.modules` dictionary. Note that it
|
||||
fetches an *object*, which need not be a module. Importing a module for the
|
||||
first time results in a module object being put in `sys.modules`, so usually
|
||||
first time results in a module object being put in ``sys.modules``, so usually
|
||||
when you import something you get a module back. This need not be the case
|
||||
however.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue