X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/ede23ae7ff7056cd207398578588d37b386d4d76..30a332c32fabe13d883d86b0422bcded0c91642f:/docs/reference/reference_functions.rst diff --git a/docs/reference/reference_functions.rst b/docs/reference/reference_functions.rst index fc5cefb..a718411 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_body_explode .. autofunction:: black.shutdown