[New-bugs-announce] [issue43026] Missing words renders meaning unclear in fcntl.html

Ezra report at bugs.python.org
Mon Jan 25 18:46:46 EST 2021


New submission from Ezra <ezrabc at gmail.com>:

At https://docs.python.org/3/library/fcntl.html the docs read:

the fcntl module exposes the F_OFD_GETLK, F_OFD_SETLK and F_OFD_SETLKW constants, which working with open file description locks.

The exact intended meaning is unclear, perhaps:

the fcntl module exposes the F_OFD_GETLK, F_OFD_SETLK and F_OFD_SETLKW constants, which are used for working with open file description locks.

----------
assignee: docs at python
components: Documentation
files: meaning_unclear.png
messages: 385680
nosy: EzraBC, docs at python
priority: normal
severity: normal
status: open
title: Missing words renders meaning unclear in fcntl.html
type: behavior
versions: Python 3.9
Added file: https://bugs.python.org/file49766/meaning_unclear.png

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43026>
_______________________________________


More information about the New-bugs-announce mailing list