mirror of
https://github.com/django/django.git
synced 2025-09-27 20:49:21 +00:00
Edited docstring changes from [6714]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6800 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
c750f01b48
commit
c5a4541f10
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
class MergeDict(object):
|
||||
"""
|
||||
A simple class for creating new "virtual" dictionaries that actualy look
|
||||
A simple class for creating new "virtual" dictionaries that actually look
|
||||
up values in more than one dictionary, passed in the constructor.
|
||||
"""
|
||||
def __init__(self, *dicts):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue