Skip to content

Commit d6dda8e

Browse files
committed
Update README
Typos
1 parent 256f538 commit d6dda8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Provides single Pythonic wrapper class that represents the Cisco Spark API inter
66

77
* Supports Python versions 2 and 3.
88

9-
* Leverages generator containers and RFC5988 web linking to provide simple and efficient 'paging' of Cisco Spark data objects returned by the Cisco Spark clout.
9+
* Leverages generator containers and RFC5988 web linking to provide simple and efficient 'paging' of Cisco Spark data objects returned by the Cisco Spark cloud.
1010

1111
* All Cisco Spark JSON objects and attributes are represented as native python objects.
1212
* As new Cisco Spark attributes are added and returned by the Spark cloud service, they will be automatically available in the respective Python objects - no library update required.

examples/botexample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def POST(self):
8282
# Message was sent by me (bot); do not respond.
8383
return 'OK'
8484
else:
85-
# Mesage was sent by someone else; parse message and respond.
85+
# Message was sent by someone else; parse message and respond.
8686
if "/CAT" in message.text:
8787
print("FOUND '/CAT'")
8888
cat_fact = get_catfact() # Get a cat fact

0 commit comments

Comments
 (0)