We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd7b2a3 commit 84774beCopy full SHA for 84774be
1 file changed
docs/user/quickstart.rst
@@ -70,7 +70,6 @@ Using the
70
service we can retrieve all domains in your TransIP account in the form of a
71
:class:`Domain <transip.v6.objects.Domain>` object::
72
73
- >>> domains = client.domains.list()
74
>>> domains = client.domains.list()
75
>>> for domain in domains:
76
... print(domain)
0 commit comments