diff --git a/source/getting-started.rst b/source/getting-started.rst index 4948ddf..a1c8a43 100644 --- a/source/getting-started.rst +++ b/source/getting-started.rst @@ -15,7 +15,7 @@ Twitter is an excellent way to keep in touch with what's going on with the Pytho - **Kenneth Reitz** (`@kennehreitz `_) — Myself, the author of this website. I often tweet about Python–related topics, as well as music, photography, and other side-projects I have going on. -- **Guido Van Rossom** (`@gvanrossum `_) — The creator of Python itself. Doesn't tweet much, but is occassionally accessable. Very kind soul. Keep in mind, he gets a lot of attention. +- **Guido Van Rossum** (`@gvanrossum `_) — The creator of Python itself. Doesn't tweet much, but is occassionally accessable. Very kind soul. Keep in mind, he gets a lot of attention. - **Nick Coghlan** (`@ncoghlan_dev `_) — Core Python developer, very active on Twitter, has very thoughtful thoughts about Open Source and the direction of Python in general. @@ -81,4 +81,4 @@ First, ``$ cd`` into your new project directory (after you ``$ mkdir`` and ``$ g Then, run ``$ pipenv shell`` to run a shell that will have a ``$ python`` available in which ``import reqests`` will function properly. Pretty simple :) -For further instructions, check out `the Pipenv documentation `_. \ No newline at end of file +For further instructions, check out `the Pipenv documentation `_.