mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894)
This commit is contained in:
parent
8d397ee825
commit
d036db728e
40 changed files with 111 additions and 111 deletions
|
@ -163,7 +163,7 @@ the modern themed widget set and API::
|
|||
interpreter and calls :func:`exec` on the contents of
|
||||
:file:`.{className}.py` and :file:`.{baseName}.py`. The path for the
|
||||
profile files is the :envvar:`HOME` environment variable or, if that
|
||||
isn't defined, then :attr:`os.curdir`.
|
||||
isn't defined, then :data:`os.curdir`.
|
||||
|
||||
.. attribute:: tk
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue