forked from orbit-oss/flask
Merge pull request #4780 from tjrhines1/config-fix-docstring
Fix misrendered docstring
This commit is contained in:
commit
56a95f6ff6
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue