Merge pull request #4780 from tjrhines1/config-fix-docstring

Fix misrendered docstring
This commit is contained in:
David Lord 2022-08-21 07:56:09 -07:00 committed by GitHub
commit 56a95f6ff6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -275,8 +275,9 @@ class Config(dict):
def from_mapping(
self, mapping: t.Optional[t.Mapping[str, t.Any]] = None, **kwargs: t.Any
) -> bool:
"""Updates the config like :meth:`update` ignoring items with non-upper
keys.
"""Updates the config like :meth:`update` ignoring items with
non-upper keys.
:return: Always returns ``True``.
.. versionadded:: 0.11