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:
122
122
You can access the data like this:
123
123
124
124
``` python
125
- print (' Num 5 cent stamps: %d ' .format(response[' count' ])
125
+ print (' Num 5 cent stamps: %d ' .format(response[' count' ]))
126
126
print (' First stamp name: %s ' .format([' items' ][0 ][' name' ]))
127
127
```
128
128
@@ -133,4 +133,4 @@ Use the [APIs Explorer](http://developers.google.com/api-client-library/python/r
133
133
## Library reference documentation
134
134
135
135
[ 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