Skip to content

Commit abbba33

Browse files
committed
1 parent 12c12d3 commit abbba33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dns-usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Each managed zone exposes a read-only set of resource records:
106106
>>> zone = client.zone('acme-co')
107107
>>> records, page_token = zone.list_resources() # API request
108108
>>> [(record.name, record.type, record.ttl, record.rrdatas) for record in records]
109-
[('example.com.', 'SOA', 21600, ['ns-cloud1.googlecomains.com dns-admin.google.com 1 21600 3600 1209600 300')]]
109+
[('example.com.', 'SOA', 21600, ['ns-cloud1.googlecomains.com dns-admin.google.com 1 21600 3600 1209600 300'])]
110110

111111
.. note::
112112

0 commit comments

Comments
 (0)