Merge "Fixed Typo - dictonary to dictionary"

This commit is contained in:
Jenkins 2014-09-09 15:50:28 +00:00 committed by Gerrit Code Review
commit acb89c6200

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