X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/b1d060101626aa1c332f52e4bdf0ae5e4cc07990..41e670064063e3e221b1c3c40db5aaae784b5231:/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?