diff --git a/examples/simple_demo.py b/examples/simple_demo.py index fd8701f23..d212ebb45 100644 --- a/examples/simple_demo.py +++ b/examples/simple_demo.py @@ -72,6 +72,6 @@ key = "hello" print "%s, %s!" % (key, db.pymongo.find_one({"greeting": True})[key]) print """\ -There is lot's more that you can do with Mongo and pymongo. +There is a lot more that you can do with Mongo and pymongo. Checkout http://www.mongodb.org for more! """