Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CHORE] Fixed Typos Across Documentation #603

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[CHORE] Fixed Typos Across Documentation
  • Loading branch information
shivaylamba committed Apr 14, 2020
commit f83bddfd59a0928e684b03b624d5d062ab24c873
2 changes: 1 addition & 1 deletion Help/MAC_Hints.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion Users/Install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down
4 changes: 2 additions & 2 deletions Users/Tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

::

Expand Down Expand Up @@ -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.
Expand Down