Skip to content

Commit 772111d

Browse files
committed
Missed a spot updating the docs
1 parent 34ca776 commit 772111d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/trio/_deprecate.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,10 @@ class TrioDeprecationWarning(FutureWarning):
3434
upcoming deprecations and other backwards compatibility breaking changes.
3535
3636
Despite the name, this class currently inherits from
37-
:class:`FutureWarning`, not :class:`DeprecationWarning`, because while
38-
we're in young-and-aggressive mode we want these warnings to be visible by
39-
default. You can hide them by installing a filter or with the ``-W``
40-
switch: see the :mod:`warnings` documentation for details.
41-
37+
:class:`FutureWarning`, not :class:`DeprecationWarning`, because until a
38+
1.0 release, we want these warnings to be visible by default. You can hide
39+
them by installing a filter or with the ``-W`` switch: see the
40+
:mod:`warnings` documentation for details.
4241
"""
4342

4443

0 commit comments

Comments
 (0)