From 3618f43cda76b121a9b0e078c98ac5eb24ae1c9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Carlos=20Garc=C3=ADa?= Date: Thu, 18 Jan 2018 09:18:37 +0100 Subject: [PATCH] Fix misspell in BDFL and made a rhyme, very well! --- source/getting-started.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 `_.