mirror of
https://github.com/python/cpython.git
synced 2026-05-31 16:49:25 -04:00
dce4ae8ffe
issue25909 - Correct the documentation of PyMapping_Items, PyMapping_Keys and PyMapping_Values in Include/abstract.h and Doc/c-api/mapping.rst. Patch contributed by Sonali Gupta.