Skip to content

Commit 9a2ee03

Browse files
committed
subscription: fix version of deprecation in docstring
1 parent ee1ea63 commit 9a2ee03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/graphql/subscription/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The :mod:`graphql.subscription` package is responsible for subscribing to updates
44
on specific data.
55
6-
.. deprecated:: 3.3
6+
.. deprecated:: 3.2
77
This package has been deprecated with its exported functions integrated into the
88
:mod:`graphql.execution` package, to better conform with the terminology of the
99
GraphQL specification. For backwards compatibility, the :mod:`graphql.subscription`

0 commit comments

Comments
 (0)