fix formatting in docs/

This commit is contained in:
Damien Elmes 2022-01-21 21:50:20 +10:00
parent f6546c9f35
commit 23f0fa23b9

View file

@ -179,7 +179,7 @@ pip in the virtual environment, and run `pip install -r pip/requirements.txt` to
all of Anki's dependencies into the environment, so that code completion works for them. all of Anki's dependencies into the environment, so that code completion works for them.
Then run `pip install pyqt6 pyqt6-webengine` to install PyQt. Then run `pip install pyqt6 pyqt6-webengine` to install PyQt.
Visual Studio Code + the Python extension does support code completion, but Pylance Visual Studio Code + the Python extension does support code completion, but Pylance
doesn't do a great job understanding the type annotations. doesn't do a great job understanding the type annotations.
## Rust editing ## Rust editing