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 360fcfb commit 8952058Copy full SHA for 8952058
docs/start.md
@@ -123,7 +123,7 @@ You can access the data like this:
123
124
```python
125
print('Num 5 cent stamps: %d'.format(response['count']))
126
-print('First stamp name: %s'.format(['items'][0]['name']))
+print('First stamp name: %s'.format(response['items'][0]['name']))
127
```
128
129
## Finding information about the APIs
0 commit comments