Skip to content
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

Change __future__ docs description to avoid confusion with concurrency futures #92760

Closed
wants to merge 8 commits into from
4 changes: 2 additions & 2 deletions Doc/library/__future__.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:mod:`__future__` --- Future statement definitions
==================================================
:mod:`__future__` --- Early access to language features created for future versions of Python
arhadthedev marked this conversation as resolved.
Show resolved Hide resolved
=============================================================================================

.. module:: __future__
:synopsis: Future statement definitions
arhadthedev marked this conversation as resolved.
Show resolved Hide resolved
Expand Down