summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavid Sanders <dsanders11@ucsbalum.com>2021-05-29 03:51:14 -0700
committerGitHub <noreply@github.com>2021-05-29 12:51:14 +0200
commit5685b7cd73820f56a6763d96f1423a0bdfca7c05 (patch)
treef0dd088c362d3685416638b7cc0194fc618dbf90 /docs
parentb9df2b74b98b4d63933e8061d3cfc1f6f39eb747 (diff)
Fixed typos in comments and docs.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/gis/install/index.txt2
-rw-r--r--docs/topics/migrations.txt2
2 files changed, 2 insertions, 2 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
diff --git a/docs/topics/migrations.txt b/docs/topics/migrations.txt
index 708040826f..6b174b4196 100644
--- a/docs/topics/migrations.txt
+++ b/docs/topics/migrations.txt
@@ -676,7 +676,7 @@ app label and migration name you want to squash up to, and it'll get to work::
Do you wish to proceed? [yN] y
Optimizing...
Optimized from 12 operations to 7 operations.
- Created new squashed migration /home/andrew/Programs/DjangoTest/test/migrations/0001_squashed_0004_undo_somthing.py
+ Created new squashed migration /home/andrew/Programs/DjangoTest/test/migrations/0001_squashed_0004_undo_something.py
You should commit this migration but leave the old ones in place;
the new migration will be used for new installs. Once you are sure
all instances of the codebase have applied the migrations you squashed,