Skip to content

Commit d6f4576

Browse files
committed
Remove reference to non-existent function
1 parent fbd0c5d commit d6f4576

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

babel/messages/frontend.py

-2
Original file line numberDiff line numberDiff line change
@@ -1013,7 +1013,6 @@ def parse_mapping_cfg(fileobj, filename=None):
10131013
10141014
:param fileobj: a readable file-like object containing the configuration
10151015
text to parse
1016-
:see: `extract_from_directory`
10171016
"""
10181017
extractors = {}
10191018
method_map = []
@@ -1097,7 +1096,6 @@ def parse_mapping_toml(
10971096
:param fileobj: a readable binary file-like object containing the configuration TOML to parse
10981097
:param filename: the name of the file being parsed, for error messages
10991098
:param style: whether the file is in the style of a `pyproject.toml` file, i.e. whether to look for `tool.babel`.
1100-
:see: `extract_from_directory`
11011099
"""
11021100
try:
11031101
import tomllib

0 commit comments

Comments
 (0)