mirror of
https://github.com/kennethreitz-archive/howtopython.org.git
synced 2026-06-05 23:20:18 +00:00
Fix misspell in BDFL
and made a rhyme, very well!
This commit is contained in:
committed by
GitHub
parent
bbc4465ba4
commit
3618f43cda
@@ -15,7 +15,7 @@ Twitter is an excellent way to keep in touch with what's going on with the Pytho
|
||||
|
||||
- **Kenneth Reitz** (`@kennehreitz <https://twitter.com/kennethreitz>`_) — 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 <https://twitter.com/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 <https://twitter.com/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 <https://twitter.com/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 <https://pipenv.org>`_.
|
||||
For further instructions, check out `the Pipenv documentation <https://pipenv.org>`_.
|
||||
|
||||
Reference in New Issue
Block a user