X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/3a9d6f0a5f9013b97676f3d24246bd34d93fce4c..257d392217974a76231e306133288748c7b70786:/docs/faq.md diff --git a/docs/faq.md b/docs/faq.md index a6a422c..8941ca3 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -57,8 +57,8 @@ _Black_ is timid about formatting Jupyter Notebooks. Cells containing any of the following will not be formatted: - automagics (e.g. `pip install black`) -- non-Python cell magics (e.g. `%%writeline`). These can be added with the flag - `--python-cell-magics`, e.g. `black --python-cell-magics writeline hello.ipynb`. +- non-Python cell magics (e.g. `%%writefile`). These can be added with the flag + `--python-cell-magics`, e.g. `black --python-cell-magics writefile hello.ipynb`. - multiline magics, e.g.: ```python