Skip to content

Commit 5fe9d83

Browse files
committed
1 parent 4f96df0 commit 5fe9d83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/dns-usage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ List changes made to the resource record set for a given zone:
177177
.. note::
178178

179179
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
180+
an opaque string if there are more changes than can be returned in a
181181
single request. To enumerate them all, repeat calling
182-
``zone.list_hcanges()``, passing the ``page_token``, until the token
182+
``zone.list_changes()``, passing the ``page_token``, until the token
183183
is None.

0 commit comments

Comments
 (0)