8000 gh-102500: Document PEP 688 by JelleZijlstra · Pull Request #102571 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-102500: Document PEP 688 #102571

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
May 4, 2023
Merged
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Doc/library/inspect.rst
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
  • Loading branch information
JelleZijlstra and hugovk authored Mar 15, 2023
commit ebe51b55b68b09aa3b5ff4385a247dd6226f1241
2 changes: 1 addition & 1 deletion Doc/library/inspect.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1578,7 +1578,7 @@ the following flags:
Buffer flags
------------

The :mod:`inspect` module provides an :class:`enum.IntFlag`
The :mod:`inspect` module provides an :class:`enum.IntFlag`.

.. class:: BufferFlags

Expand Down
0