Fix typo. (#745)

Closes #744
diff --git a/docs/start.md b/docs/start.md
index db3cc78..4d5a040 100644
--- a/docs/start.md
+++ b/docs/start.md
@@ -122,7 +122,7 @@
 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 @@
 ## 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.