We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f96df0 commit 5fe9d83Copy full SHA for 5fe9d83
docs/dns-usage.rst
@@ -177,7 +177,7 @@ List changes made to the resource record set for a given zone:
177
.. note::
178
179
The ``page_token`` returned from ``zone.list_changes()`` will be
180
- an opaque string if there are more hcanges than can be returned in a
+ an opaque string if there are more changes than can be returned in a
181
single request. To enumerate them all, repeat calling
182
- ``zone.list_hcanges()``, passing the ``page_token``, until the token
+ ``zone.list_changes()``, passing the ``page_token``, until the token
183
is None.
0 commit comments