diff options
author | Martin Panter <vadmium+py@gmail.com> | 2017-01-14 09:54:57 +0000 |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2017-01-14 09:54:57 +0000 |
commit | 4659ddc433205a4e02e365b9b299221d7ac12113 (patch) | |
tree | d1ff48bf6faeda88d32af413d9230220666fa960 /Objects/odictobject.c | |
parent | 758c7d044bb98da9e98654fa91961f54a915712d (diff) | |
parent | 8f1378366e9fc0d7f22fda302f04bf822ae34cc1 (diff) | |
download | cpython-git-4659ddc433205a4e02e365b9b299221d7ac12113.tar.gz |
Merge doc fixes from 3.5
Diffstat (limited to 'Objects/odictobject.c')
-rw-r--r-- | Objects/odictobject.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/odictobject.c b/Objects/odictobject.c index 22b1f1dfed..f9f1bf362e 100644 --- a/Objects/odictobject.c +++ b/Objects/odictobject.c @@ -2231,7 +2231,7 @@ odictvalues_new(PyObject *od) /* ---------------------------------------------- - MutableMappping implementations + MutableMapping implementations Mapping: |