mirror of https://github.com/mahmoud/boltons.git
Small docstring typo correction for OMD.
This commit is contained in:
parent
87b3506362
commit
6e6b7d9496
|
@ -69,7 +69,7 @@ class OrderedMultiDict(dict):
|
||||||
* stacking data from multiple dictionaries in a non-destructive way
|
* stacking data from multiple dictionaries in a non-destructive way
|
||||||
|
|
||||||
The OrderedMultiDict constructor is identical to the built-in
|
The OrderedMultiDict constructor is identical to the built-in
|
||||||
:class:`dict`, and overall the API is constitutes an intuitive
|
:class:`dict`, and overall the API constitutes an intuitive
|
||||||
superset of the built-in type:
|
superset of the built-in type:
|
||||||
|
|
||||||
>>> omd = OrderedMultiDict()
|
>>> omd = OrderedMultiDict()
|
||||||
|
|
Loading…
Reference in New Issue