summaryrefslogtreecommitdiffstats
path: root/Doc/library/msvcrt.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2023-07-29 06:16:27 (GMT)
committerGitHub <noreply@github.com>2023-07-29 06:16:27 (GMT)
commitd514e1439f396d984f4f886e19c47f56e565a7d1 (patch)
tree6df838d562651896fcc16482f7ed9ac6c51a6fe8 /Doc/library/msvcrt.rst
parent34e6e14602ae5d03040f8fa38f4a841c9fe66e10 (diff)
downloadcpython-d514e1439f396d984f4f886e19c47f56e565a7d1.zip
cpython-d514e1439f396d984f4f886e19c47f56e565a7d1.tar.gz
cpython-d514e1439f396d984f4f886e19c47f56e565a7d1.tar.bz2
[3.12] gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386) (GH-107419)
(cherry picked from commit f2d07d3289947d10b065b2bb7670c8fb6b6582f2)
Diffstat (limited to 'Doc/library/msvcrt.rst')
-rw-r--r--Doc/library/msvcrt.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/msvcrt.rst b/Doc/library/msvcrt.rst
index 42fffee..32693e3 100644
--- a/Doc/library/msvcrt.rst
+++ b/Doc/library/msvcrt.rst
@@ -38,7 +38,7 @@ File Operations
Lock part of a file based on file descriptor *fd* from the C runtime. Raises
:exc:`OSError` on failure. The locked region of the file extends from the
current file position for *nbytes* bytes, and may continue beyond the end of the
- file. *mode* must be one of the :const:`LK_\*` constants listed below. Multiple
+ file. *mode* must be one of the :const:`!LK_\*` constants listed below. Multiple
regions in a file may be locked at the same time, but may not overlap. Adjacent
regions are not merged; they must be unlocked individually.