diff options
Diffstat (limited to 'Misc/NEWS.d/next/Library/2021-09-20-22-46-40.bpo-21302.h56430.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-09-20-22-46-40.bpo-21302.h56430.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-09-20-22-46-40.bpo-21302.h56430.rst b/Misc/NEWS.d/next/Library/2021-09-20-22-46-40.bpo-21302.h56430.rst index 22011b7..1746d56 100644 --- a/Misc/NEWS.d/next/Library/2021-09-20-22-46-40.bpo-21302.h56430.rst +++ b/Misc/NEWS.d/next/Library/2021-09-20-22-46-40.bpo-21302.h56430.rst @@ -1,3 +1,3 @@ On Windows, :func:`time.sleep` now uses a waitable timer which has a resolution -of 100 ns (10^-7 sec). Previously, it had a solution of 1 ms (10^-3 sec). +of 100 ns (10\ :sup:`-7` sec). Previously, it had a solution of 1 ms (10\ :sup:`-3` sec). Patch by Livius and Victor Stinner. |