diff options
| author | David Sanders <dsanders11@ucsbalum.com> | 2021-05-29 03:51:14 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-29 12:51:14 +0200 |
| commit | 5685b7cd73820f56a6763d96f1423a0bdfca7c05 (patch) | |
| tree | f0dd088c362d3685416638b7cc0194fc618dbf90 /docs/ref | |
| parent | b9df2b74b98b4d63933e8061d3cfc1f6f39eb747 (diff) | |
Fixed typos in comments and docs.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/gis/install/index.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/gis/install/index.txt b/docs/ref/contrib/gis/install/index.txt index 73c0d97bf7..d4a7a8da6b 100644 --- a/docs/ref/contrib/gis/install/index.txt +++ b/docs/ref/contrib/gis/install/index.txt @@ -484,7 +484,7 @@ Install Django and set up database ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ :ref:`install Django <installing-official-release>` on your system. It is -recommended that you create a :doc:`virtural environment +recommended that you create a :doc:`virtual environment <python:tutorial/venv>` for each project you create. psycopg2 |
