Fixed Typo - dictonary to dictionary

Change-Id: Ia2a07bf1d1a77f6d6af0c8d9f53c2d47c2ba6d75
This commit is contained in:
Timothy Okwii 2014-09-08 17:43:19 -07:00
parent c412b7ff3e
commit fa23202b30

View File

@ -433,7 +433,7 @@ class MemcacheRing(object):
"""
Sets multiple key/value pairs in memcache.
:param mapping: dictonary of keys and values to be set in memcache
:param mapping: dictionary of keys and values to be set in memcache
:param servery_key: key to use in determining which server in the ring
is used
:param serialize: if True, value is serialized with JSON before sending