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