Skip to content

Commit e836e50

Browse files
committed
docs: correct typo in migrations.
1 parent 12f52d2 commit e836e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/migration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ between versions to guide towards easy migration between one another.
88
~~~~~~~~~~~~~~~
99

1010
The biggest major change between these two versions is the way ``HTTPClient`` and modelled API schema objects are used.
11-
In ``4.0.2``, a new ``_state`` attribute is added in model objects in order to use helper methods. This will not be needed
11+
In ``4.0.2``, a new ``_client`` attribute is added in model objects in order to use helper methods. This will not be needed
1212
if you're working with dispatched events from the Gateway, however, manually generating your own model object for use
1313
will need it appended as a key-word argument. The example below shows this change:
1414

0 commit comments

Comments
 (0)