Small docstring typo correction for OMD.

This commit is contained in:
Yassine Alouini 2017-07-02 21:11:46 +02:00 committed by GitHub
parent 87b3506362
commit 6e6b7d9496
1 changed files with 1 additions and 1 deletions

View File

@ -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()