Skip to content

Commit 1329ee2

Browse files
committed
Removed spaces at the ends of lines.
1 parent 32c3ce3 commit 1329ee2

File tree

8 files changed

+19
-19
lines changed

8 files changed

+19
-19
lines changed

docs/dev/env.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ The name of the current virtual environment will now appear on the left
233233
of the prompt (e.g. ``(venv)Your-Computer:your_project UserName$``) to
234234
let you know that it's active. From now on, any package that you install
235235
using ``pip`` will be placed in the ``venv`` folder, isolated from the global
236-
Python installation.
236+
Python installation.
237237

238238
Install packages as usual:
239239

docs/intro/duction.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ For the Community
7777

7878
All contributions to the Guide are welcome, from Pythonistas of all levels.
7979
If you think there's a gap in what the Guide covers, fork the Guide on
80-
GitHub and submit a pull request.
80+
GitHub and submit a pull request.
8181

82-
Contributions are welcome from everyone, whether they're an old hand or a
83-
first-time Pythonista, and the authors to the Guide will gladly help if you
84-
have any questions about the appropriateness, completeness, or accuracy of
82+
Contributions are welcome from everyone, whether they're an old hand or a
83+
first-time Pythonista, and the authors to the Guide will gladly help if you
84+
have any questions about the appropriateness, completeness, or accuracy of
8585
a contribution.
8686

8787
To get started working on The Hitchhiker's Guide, see the :doc:`/notes/contribute` page.

docs/intro/learning.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Programming Collective Intelligence
201201
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
202202

203203
Programming Collective Intelligence introduces a wide array of basic machine learning and
204-
data mining methods. The exposition is not very mathematically formal, but rather focuses
204+
data mining methods. The exposition is not very mathematically formal, but rather focuses
205205
on explaining the underlying intuition and shows how to implement the algorithms in Python.
206206

207207
`Programming Collective Intelligence <http://shop.oreilly.com/product/9780596529321.do>`_
@@ -225,7 +225,7 @@ This is Python's reference manual, it covers the syntax and the core semantics o
225225
language.
226226

227227
`The Python Language Reference <http://docs.python.org/reference/index.html>`_
228-
228+
229229
Python Pocket Reference
230230
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
231231

@@ -239,7 +239,7 @@ Writing Idiomatic Python
239239
~~~~~~~~~~~~~~~~~~~~~~~~
240240

241241
"Writing Idiomatic Python", written by Jeff Knupp, contains the most common and
242-
important Python idioms in a format that maximizes identification and understanding.
242+
important Python idioms in a format that maximizes identification and understanding.
243243
Each idiom is presented as a recommendation of a way to write some commonly
244244
used piece of code, followed by an explanation of why the idiom is important.
245245
It also contains two code samples for each idiom: the "Harmful" way to write it

docs/scenarios/ci.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ anywhere. You can use Mule to intelligently manage message routing, data
4040
mapping, orchestration, reliability, security and scalability between nodes.
4141
Plug other systems and applications into Mule and let it handle all the
4242
communication between systems, enabling you to track and monitor everything
43-
that happens.
43+
that happens.
4444

4545

4646
Tox

docs/scenarios/client.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ library is designed to have a familiar socket-style API.
4545
RabbitMQ
4646
--------
4747

48-
RabbitMQ is an open source message broker software that implements the Advanced Message Queuing Protocol (AMQP).
49-
The RabbitMQ server is written in the Erlang programming language and is built on the Open Telecom Platform
50-
framework for clustering and failover. Client libraries to interface with the broker are available
48+
RabbitMQ is an open source message broker software that implements the Advanced Message Queuing Protocol (AMQP).
49+
The RabbitMQ server is written in the Erlang programming language and is built on the Open Telecom Platform
50+
framework for clustering and failover. Client libraries to interface with the broker are available
5151
for all major programming languages.
5252

53-
- `Homepage <http://www.rabbitmq.com/>`_
53+
- `Homepage <http://www.rabbitmq.com/>`_
5454
- `GitHub Organization <https://github.com/rabbitmq?page=1>`_

docs/scenarios/gui.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ applications on top of Python, SQLAlchemy and Qt. It is inspired by
1010
the Django admin interface.
1111

1212
The main resource for information is the website:
13-
http://www.python-camelot.com
13+
http://www.python-camelot.com
1414
and the mailing list https://groups.google.com/forum/#!forum/project-camelot
1515

1616
Cocoa

docs/writing/documentation.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,13 @@ Reference`_ should help you familiarize yourself with its syntax.
9393
Code Documentation Advice
9494
-------------------------
9595

96-
Comments clarify the code and they are added with purpose of making the
97-
code easier to understand. In Python, comments begin with a hash
96+
Comments clarify the code and they are added with purpose of making the
97+
code easier to understand. In Python, comments begin with a hash
9898
(number sign) (``#``).
9999

100100
.. _docstring-ref:
101101

102-
In Python, *docstrings* describe modules, classes, and functions:
102+
In Python, *docstrings* describe modules, classes, and functions:
103103

104104
.. code-block:: python
105105
@@ -168,7 +168,7 @@ Epydoc_
168168
.. _Epydoc: http://epydoc.sourceforge.net
169169

170170
MkDocs_
171-
MkDocs is a fast and simple static site generator that's geared towards
171+
MkDocs is a fast and simple static site generator that's geared towards
172172
building project documentation with Markdown.
173173

174174
.. _MkDocs: http://www.mkdocs.org/

docs/writing/gotchas.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Alternatively, you can use the functools.partial function:
172172
173173
from functools import partial
174174
from operator import mul
175-
175+
176176
def create_multipliers():
177177
return [partial(mul, i) for i in range(5)]
178178

0 commit comments

Comments
 (0)