Skip to content
Merged
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
2 changes: 1 addition & 1 deletion Readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Hitchhiker's Guide to Python
be done.**

This guide is currently under heavy development. This opinionated guide
exists to provide both novice and expert Python developers a best-practice
exists to provide both novice and expert Python developers a best practice
handbook to the installation, configuration, and usage of Python on a daily
basis.

Expand Down
2 changes: 1 addition & 1 deletion docs/_templates/sidebarintro.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1>Python Guide.</h1>
<p>
This opinionated guide exists to provide both novice and expert Python developers a best-practice handbook to the installation, configuration, and usage of Python on a daily basis.
This opinionated guide exists to provide both novice and expert Python developers a best practice handbook to the installation, configuration, and usage of Python on a daily basis.
</p>

<h3>Get Updates</h3>
Expand Down
2 changes: 1 addition & 1 deletion docs/_templates/sidebarlogo.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1><a href="http://python-guide.org">Python Guide.</a></h1>
<p>
This opinionated guide exists to provide both novice and expert Python developers a best-practice handbook to the installation, configuration, and usage of Python on a daily basis.
This opinionated guide exists to provide both novice and expert Python developers a best practice handbook to the installation, configuration, and usage of Python on a daily basis.
</p>

<h3>Get Updates</h3>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Welcome to The Hitchhiker's Guide to Python.
`fork us on GitHub <https://github.com/kennethreitz/python-guide>`_!

This *opinionated* guide exists to provide both novice and expert Python
developers a best-practice handbook to the installation, configuration, and
developers a best practice handbook to the installation, configuration, and
usage of Python on a daily basis.

.. include:: contents.rst.inc
2 changes: 1 addition & 1 deletion docs/intro/duction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Purpose
~~~~~~~

The Hitchhiker's Guide to Python exists to provide both novice and expert
Python developers a best-practice handbook to the installation, configuration,
Python developers a best practice handbook for the installation, configuration,
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please note, I also made this change for readability, I'm open to discussion and will happily roll-back if others think that it does not help.

and usage of Python on a daily basis.


Expand Down