Skip to content

Commit 0974a41

Browse files
authored
Typo fix in codemods_tutorial.rst (trivial) (#1208)
1 parent 61b9ac3 commit 0974a41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/codemods_tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ then edit the produced ``.libcst.codemod.yaml`` file::
2626
python3 -m libcst.tool initialize .
2727

2828
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
29+
external code formatter such as `black <https://pypi.org/project/black/>`_, blacklisting
3030
patterns of files you never wish to touch and a list of modules that contain valid
3131
codemods that can be executed. If you want to write and run codemods specific to your
3232
repository or organization, you can add an in-repo module location to the list of

0 commit comments

Comments
 (0)