diff --git a/docs/source/guides/module.rst b/docs/source/guides/module.rst index 8772b4f2..a26e9191 100644 --- a/docs/source/guides/module.rst +++ b/docs/source/guides/module.rst @@ -255,7 +255,7 @@ For example, we can now implement some methods in ``ExampleBrowser``:: def iter_accounts_list(self): self.accounts.stay_or_go() - return self.page.iter_accounts_list() + return self.page.iter_accounts() When calling the :func:`go() ` method, it reads the first regexp url of our :class:`URL ` object, and go on the page.