Skip to content

Commit 93523a4

Browse files
committed
docs: Properly escape code
1 parent 3ee6422 commit 93523a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Frequently Asked Questions
44
Error when writing grammar tables?
55
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
66

7-
You might see some errors about writing grammar tables when using the black formatter, simply manually create the directory by running: `python -c "import black; black.CACHE_DIR.mkdir(parents=True, exist_ok=True)"`. For more information see `here`_.
7+
You might see some errors about writing grammar tables when using the black formatter, simply manually create the directory by running: ``python -c "import black; black.CACHE_DIR.mkdir(parents=True, exist_ok=True)"``. For more information see `here`_.
88

99
Why are the commands not showing up in the command pallete? (I)
1010
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)