Skip to content

Commit 84774be

Browse files
committed
Remove duplicate code in quickstart docs
Signed-off-by: Roald Nefs <info@roaldnefs.com>
1 parent cd7b2a3 commit 84774be

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

docs/user/quickstart.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ Using the
7070
service we can retrieve all domains in your TransIP account in the form of a
7171
:class:`Domain <transip.v6.objects.Domain>` object::
7272

73-
>>> domains = client.domains.list()
7473
>>> domains = client.domains.list()
7574
>>> for domain in domains:
7675
... print(domain)

0 commit comments

Comments
 (0)