X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/366a0806eb4edd94d4d20cc6912333586bdc9fa7..8b0680533420c2ea367860fcbb08df99317a6b44:/docs/faq.md diff --git a/docs/faq.md b/docs/faq.md index d7e6a16..c361add 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -57,7 +57,7 @@ following will not be formatted: get_ipython().system('ls') ``` -- invalid syntax, as it can't be safely distinguished from automagics in the absense of +- invalid syntax, as it can't be safely distinguished from automagics in the absence of a running `IPython` kernel. ## Why are Flake8's E203 and W503 violated?