Skip to content

Commit aea55fe

Browse files
committed
Add missing closing ']'.
Addresses: googleapis#1137 (comment)
1 parent b4701ec commit aea55fe

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
@@ -124,7 +124,7 @@ Each managed zone exposes a read-only set of resource records:
124124
>>> zone = client.zone('acme-co')
125125
>>> records, page_token = zone.list_resources() # API request
126126
>>> [(record.name, record.type, record.ttl, record.rrdatas) for record in records]
127-
[('example.com.', 'SOA', 21600, ['ns-cloud1.googlecomains.com dns-admin.google.com 1 21600 3600 1209600 300')]
127+
[('example.com.', 'SOA', 21600, ['ns-cloud1.googlecomains.com dns-admin.google.com 1 21600 3600 1209600 300')]]
128128

129129
.. note::
130130

0 commit comments

Comments
 (0)