X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/ede23ae7ff7056cd207398578588d37b386d4d76..ea9fefb359b86208ad20c944c3c420e6c3fb2c5e:/docs/reference/reference_functions.rst diff --git a/docs/reference/reference_functions.rst b/docs/reference/reference_functions.rst index fc5cefb..bffce7e 100644 --- a/docs/reference/reference_functions.rst +++ b/docs/reference/reference_functions.rst @@ -61,7 +61,7 @@ File operations .. autofunction:: black.find_project_root -.. autofunction:: black.gen_python_files_in_dir +.. autofunction:: black.gen_python_files .. autofunction:: black.read_pyproject_toml @@ -89,7 +89,7 @@ Split functions .. autofunction:: black.standalone_comment_split -.. autofunction:: black.split_line +.. autofunction:: black.transform_line Caching ------- @@ -171,7 +171,7 @@ Utilities .. autofunction:: black.re_compile_maybe_verbose -.. autofunction:: black.should_explode +.. autofunction:: black.should_split_line .. autofunction:: black.shutdown