Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c5534ce

Browse files
tseaverbusunkim96
authored andcommitted
Fix typo. (googleapis#745)
Closes googleapis#744
1 parent 8496ebe commit c5534ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ For example, if the printed JSON is the following:
122122
You 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']))
126126
print('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.

0 commit comments

Comments
 (0)