From 97e637a87fb45c4de970cca6cb783d93473c9d15 Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Wed, 1 Aug 2018 12:55:53 -0400 Subject: Fixed typos in comments and docs. --- docs/intro/tutorial02.txt | 2 +- docs/ref/contrib/gis/tutorial.txt | 2 +- docs/ref/models/instances.txt | 2 +- docs/spelling_wordlist | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt index 631536b515..c1f0aeef46 100644 --- a/docs/intro/tutorial02.txt +++ b/docs/intro/tutorial02.txt @@ -362,7 +362,7 @@ but for now, remember the three-step guide to making model changes: The reason that there are separate commands to make and apply migrations is because you'll commit migrations to your version control system and ship them with your app; they not only make your development easier, they're also -useable by other developers and in production. +usable by other developers and in production. Read the :doc:`django-admin documentation ` for full information on what the ``manage.py`` utility can do. diff --git a/docs/ref/contrib/gis/tutorial.txt b/docs/ref/contrib/gis/tutorial.txt index 7c730e41aa..23a4111aec 100644 --- a/docs/ref/contrib/gis/tutorial.txt +++ b/docs/ref/contrib/gis/tutorial.txt @@ -742,7 +742,7 @@ Next, start up the Django development server: Finally, browse to ``http://localhost:8000/admin/``, and log in with the user you just created. Browse to any of the ``WorldBorder`` entries -- the borders -may be edited by clicking on a polygon and dragging the vertexes to the desired +may be edited by clicking on a polygon and dragging the vertices to the desired position. .. _OpenLayers: https://openlayers.org/ diff --git a/docs/ref/models/instances.txt b/docs/ref/models/instances.txt index 23572f7362..35be4e5107 100644 --- a/docs/ref/models/instances.txt +++ b/docs/ref/models/instances.txt @@ -664,7 +664,7 @@ For example:: # Primary keys compared MyModel(id=1) == MyModel(id=1) MyModel(id=1) != MyModel(id=2) - # Primay keys are None + # Primary keys are None MyModel(id=None) != MyModel(id=None) # Same instance instance = MyModel(id=None) diff --git a/docs/spelling_wordlist b/docs/spelling_wordlist index 33d3ad2dac..6721a77e6f 100644 --- a/docs/spelling_wordlist +++ b/docs/spelling_wordlist @@ -749,7 +749,6 @@ url urljoins urlpatterns urls -useable username usernames utc -- cgit v1.3