This commit is contained in:
Mike Dirolf 2009-01-23 15:40:29 -05:00
parent 213d26203b
commit 3111e69dfe

View File

@ -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!
"""