Skip to content

Commit

Permalink
docs: correct typo in migrations.
Browse files Browse the repository at this point in the history
  • Loading branch information
i0bs committed Jan 24, 2022
1 parent 12f52d2 commit e836e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/migration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ between versions to guide towards easy migration between one another.
~~~~~~~~~~~~~~~

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

Expand Down

0 comments on commit e836e50

Please sign in to comment.