We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61b9ac3 commit 0974a41Copy full SHA for 0974a41
1 file changed
docs/source/codemods_tutorial.rst
@@ -26,7 +26,7 @@ then edit the produced ``.libcst.codemod.yaml`` file::
26
python3 -m libcst.tool initialize .
27
28
The file includes provisions for customizing any generated code marker, calling an
29
-external code formatter such as `black <https://pypi.org/project/black/>`_, blackisting
+external code formatter such as `black <https://pypi.org/project/black/>`_, blacklisting
30
patterns of files you never wish to touch and a list of modules that contain valid
31
codemods that can be executed. If you want to write and run codemods specific to your
32
repository or organization, you can add an in-repo module location to the list of
0 commit comments