From bfb7e0b2a4391d81096652eb40585a17df56cf48 Mon Sep 17 00:00:00 2001 From: Artur Barseghyan Date: Wed, 9 Mar 2022 17:25:00 +0100 Subject: [PATCH] Fix a few typos in the documentation (#3625) --- {{cookiecutter.project_slug}}/README.md | 2 +- {{cookiecutter.project_slug}}/docs/howto.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/{{cookiecutter.project_slug}}/README.md b/{{cookiecutter.project_slug}}/README.md index 227e24c0..96952096 100644 --- a/{{cookiecutter.project_slug}}/README.md +++ b/{{cookiecutter.project_slug}}/README.md @@ -20,7 +20,7 @@ Moved to [settings](http://cookiecutter-django.readthedocs.io/en/latest/settings - To create a **normal user account**, just go to Sign Up and fill out the form. Once you submit it, you'll see a "Verify Your E-mail Address" page. Go to your console to see a simulated email verification message. Copy the link into your browser. Now the user's email should be verified and ready to go. -- To create an **superuser account**, use this command: +- To create a **superuser account**, use this command: $ python manage.py createsuperuser diff --git a/{{cookiecutter.project_slug}}/docs/howto.rst b/{{cookiecutter.project_slug}}/docs/howto.rst index 0ef90d02..7f2d26a1 100644 --- a/{{cookiecutter.project_slug}}/docs/howto.rst +++ b/{{cookiecutter.project_slug}}/docs/howto.rst @@ -28,7 +28,7 @@ Docstrings to Documentation The sphinx extension `apidoc `_ is used to automatically document code using signatures and docstrings. -Numpy or Google style docstrings will be picked up from project files and availble for documentation. See the `Napoleon `_ extension for details. +Numpy or Google style docstrings will be picked up from project files and available for documentation. See the `Napoleon `_ extension for details. For an in-use example, see the `page source <_sources/users.rst.txt>`_ for :ref:`users`.