Mailing List Archive

[issue43026] Missing words renders meaning unclear in fcntl.html
New submission from Ezra <ezrabc@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@python
components: Documentation
files: meaning_unclear.png
messages: 385680
nosy: EzraBC, docs@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@bugs.python.org>
<https://bugs.python.org/issue43026>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue43026] Missing words renders meaning unclear in fcntl.html [ In reply to ]
Change by Ezra <ezrabc@gmail.com>:


----------
versions: +Python 3.10

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue43026>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com