mirror of https://github.com/kivy/kivy.git
remove whitespace in urlrequest docs that travis dont like
This commit is contained in:
parent
9c9a5652d8
commit
36fb2ce379
|
@ -34,7 +34,7 @@ Example of fetching JSON::
|
|||
def got_json(req, result):
|
||||
for key, value in result['headers'].items():
|
||||
print('{}: {}'.format(key, value))
|
||||
|
||||
|
||||
req = UrlRequest('https://httpbin.org/headers', got_json)
|
||||
|
||||
Example of Posting data (adapted from httplib example)::
|
||||
|
|
Loading…
Reference in New Issue