From f83bddfd59a0928e684b03b624d5d062ab24c873 Mon Sep 17 00:00:00 2001 From: Shivay Lamba Date: Tue, 14 Apr 2020 09:50:26 +0530 Subject: [PATCH] [CHORE] Fixed Typos Across Documentation --- Help/MAC_Hints.rst | 2 +- Users/Install.rst | 2 +- Users/Tutorial.rst | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Help/MAC_Hints.rst b/Help/MAC_Hints.rst index 28cf15f6..4d51af2c 100644 --- a/Help/MAC_Hints.rst +++ b/Help/MAC_Hints.rst @@ -5,7 +5,7 @@ venv ---- Here we will be using ``venv``, which is part of python's standard -libary since python 3.3, to create a virtualenv for development. +library since python 3.3, to create a virtualenv for development. 1. Make sure you have installed Xcode and Homebrew. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/Users/Install.rst b/Users/Install.rst index 345f39f6..41037f80 100644 --- a/Users/Install.rst +++ b/Users/Install.rst @@ -93,7 +93,7 @@ Installing inside a pipenv Pipenv is a user-friendly method of managing virtual environments and packages. You can look at it as a mix of ``pip`` and ``virtualenv``, so you don't have -to manage them seperately for your projects. +to manage them separately for your projects. We'll now install ``pipenv`` by running the following command:: diff --git a/Users/Tutorial.rst b/Users/Tutorial.rst index 9202be5c..086260fa 100644 --- a/Users/Tutorial.rst +++ b/Users/Tutorial.rst @@ -102,7 +102,7 @@ patch (option 2). | | 4: Add ignore comment | | Enter number (Ctrl-D to exit): 2 -If the patch was applied succesfully, you should see something like this: +If the patch was applied successfully, you should see something like this: :: @@ -326,7 +326,7 @@ this syntax: ``cli`` is an internally reserved section name. All of its settings are implicitly inherited to every other section by default. It is - because of this implicit inheritance feature that we are adviced to + because of this implicit inheritance feature that we are advised to rename the ``cli`` section to something else. Doing so will save us from having unexpected values of ``cli`` being implicitly inherited into our sections. We strongly suggest renaming it.