From abcbd8ee1f5c76e9569f3fb8618650ec8d7d090f Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Thu, 15 Aug 2019 04:34:43 -0400 Subject: [PATCH] Fix typo. Closes #744 --- docs/start.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/start.md b/docs/start.md index db3cc78676d..4d5a040f103 100644 --- a/docs/start.md +++ b/docs/start.md @@ -122,7 +122,7 @@ For example, if the printed JSON is the following: You can access the data like this: ```python -print('Num 5 cent stamps: %d'.format(response['count']) +print('Num 5 cent stamps: %d'.format(response['count'])) print('First stamp name: %s'.format(['items'][0]['name'])) ``` @@ -133,4 +133,4 @@ Use the [APIs Explorer](http://developers.google.com/api-client-library/python/r ## Library reference documentation [Core library documentation](http://googleapis.github.io/google-api-python-client/docs/epy/index.html). -and [Library reference documentation by API](dyn/index.md). is available. \ No newline at end of file +and [Library reference documentation by API](dyn/index.md). is available.