From: Benjamin Mako Hill Date: Mon, 11 May 2015 23:32:08 +0000 (-0700) Subject: formatting fix for code X-Git-Url: https://projects.mako.cc/source/twitter-api-cdsw-solutions/commitdiff_plain/622bcf4241be34822f8ec7b87f1a4ad34210bb6c formatting fix for code --- diff --git a/README.md b/README.md index f3e0a25..8064e6e 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,4 @@ 1. Alter the streaming code to include a "locations" filter. You need to use the order sw_lng, sw_lat, ne_lng, ne_lat for the four coordinates. 2. What are people tweeting about in Times Square today? 3. Set up a bounding box around TS and around NYC as a whole. -4. Do "static" (i.e., not using the streaming API) geolocation search using code like this: d = api.search(geocode='37.781157,-122.398720,1mi') +4. Do "static" (i.e., not using the streaming API) geolocation search using code like this: `d = api.search(geocode='37.781157,-122.398720,1mi')`