aboutsummaryrefslogtreecommitdiffstats
path: root/lang/tauthon/files/patch-Doc__library__fcntl.rst
blob: 279f98751a1a6c61b1efaaeeb8930d6e309237e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- Doc/library/fcntl.rst.orig	2023-02-04 10:09:53 UTC
+++ Doc/library/fcntl.rst
@@ -52,7 +52,6 @@ The module defines the following functions:
    operations are typically defined in the library module :mod:`termios` and the
    argument handling is even more complicated.
 
-   The op parameter is limited to values that can fit in 32-bits.
    Additional constants of interest for use as the *op* argument can be
    found in the :mod:`termios` module, under the same names as used in
    the relevant C header files.