From 6e6b7d949629b5d44d1dd67916297fc9e57dfce8 Mon Sep 17 00:00:00 2001 From: Yassine Alouini Date: Sun, 2 Jul 2017 21:11:46 +0200 Subject: [PATCH] Small docstring typo correction for OMD. --- boltons/dictutils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boltons/dictutils.py b/boltons/dictutils.py index 0612f3f..d717bf9 100644 --- a/boltons/dictutils.py +++ b/boltons/dictutils.py @@ -69,7 +69,7 @@ class OrderedMultiDict(dict): * stacking data from multiple dictionaries in a non-destructive way 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: >>> omd = OrderedMultiDict()