We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbd0c5d commit d6f4576Copy full SHA for d6f4576
babel/messages/frontend.py
@@ -1013,7 +1013,6 @@ def parse_mapping_cfg(fileobj, filename=None):
1013
1014
:param fileobj: a readable file-like object containing the configuration
1015
text to parse
1016
- :see: `extract_from_directory`
1017
"""
1018
extractors = {}
1019
method_map = []
@@ -1097,7 +1096,6 @@ def parse_mapping_toml(
1097
1096
:param fileobj: a readable binary file-like object containing the configuration TOML to parse
1098
:param filename: the name of the file being parsed, for error messages
1099
:param style: whether the file is in the style of a `pyproject.toml` file, i.e. whether to look for `tool.babel`.
1100
1101
1102
try:
1103
import tomllib
0 commit comments