diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2023-09-23 06:31:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-23 06:31:20 (GMT) |
commit | 92af0cc580051fd1129c7a86af2cbadeb2aa36dc (patch) | |
tree | 19504cdaa115df0213978c7e25f96888b29b2861 /Doc/whatsnew/3.3.rst | |
parent | 5e7ea95d9d5c3b80a67ffbeebd76ce4fc327dd8e (diff) | |
download | cpython-92af0cc580051fd1129c7a86af2cbadeb2aa36dc.zip cpython-92af0cc580051fd1129c7a86af2cbadeb2aa36dc.tar.gz cpython-92af0cc580051fd1129c7a86af2cbadeb2aa36dc.tar.bz2 |
gh-109634: Use :samp: role (GH-109635)
Diffstat (limited to 'Doc/whatsnew/3.3.rst')
-rw-r--r-- | Doc/whatsnew/3.3.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 3f98c82..e440193 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -2067,7 +2067,7 @@ The :pep:`418` added new functions to the :mod:`time` module: Other new functions: * :func:`~time.clock_getres`, :func:`~time.clock_gettime` and - :func:`~time.clock_settime` functions with ``CLOCK_xxx`` constants. + :func:`~time.clock_settime` functions with :samp:`CLOCK_{xxx}` constants. (Contributed by Victor Stinner in :issue:`10278`.) To improve cross platform consistency, :func:`~time.sleep` now raises a |