Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8496ebe commit c5534ceCopy full SHA for c5534ce
docs/start.md
@@ -122,7 +122,7 @@ For example, if the printed JSON is the following:
122
You can access the data like this:
123
124
```python
125
-print('Num 5 cent stamps: %d'.format(response['count'])
+print('Num 5 cent stamps: %d'.format(response['count']))
126
print('First stamp name: %s'.format(['items'][0]['name']))
127
```
128
@@ -133,4 +133,4 @@ Use the [APIs Explorer](http://developers.google.com/api-client-library/python/r
133
## Library reference documentation
134
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.
+and [Library reference documentation by API](dyn/index.md). is available.
0 commit comments