File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ For example, if the printed JSON is the following:
122122You can access the data like this:
123123
124124``` python
125- print (' Num 5 cent stamps: %d ' .format(response[' count' ])
125+ print (' Num 5 cent stamps: %d ' .format(response[' count' ]))
126126print (' First stamp name: %s ' .format([' items' ][0 ][' name' ]))
127127```
128128
@@ -133,4 +133,4 @@ Use the [APIs Explorer](http://developers.google.com/api-client-library/python/r
133133## Library reference documentation
134134
135135[ Core library documentation] ( http://googleapis.github.io/google-api-python-client/docs/epy/index.html ) .
136- and [Library reference documentation by API ](dyn/ index.md). is available.
136+ and [ Library reference documentation by API] ( dyn/index.md ) . is available.
You can’t perform that action at this time.
0 commit comments