Skip to content

Commit 674dc95

Browse files
committed
Remove redundant spaces from non-Python files
1 parent 2152e3d commit 674dc95

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.coveragerc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ ignore_errors = True
99

1010
omit =
1111
*third_party*
12-
12+
1313
[html]
1414
directory = .coverage_html_report

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1313

1414
# Included subpackages #
1515

16-
Python Toolbox includes third-party Python packages as subpackages that are used internally. (These are in the `third_party` package.) These are:
16+
Python Toolbox includes third-party Python packages as subpackages that are used internally. (These are in the `third_party` package.) These are:
1717

1818
* `Envelopes` by Tomasz Wójcik and others, MIT license.
1919
* `sortedcontainers` by Grant Jenks and others, Apache license 2.0.

README.markdown

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ contains:
55

66
- `python_toolbox.caching`: Tools for caching functions, class instances and
77
properties.
8-
8+
99
- `python_toolbox.cute_iter_tools`: Tools for manipulating iterables. Adds
1010
useful functions not found in Python's built-in `itertools`.
11-
11+
1212
- `python_toolbox.context_management`: Pimping up your context managers.
13-
13+
1414
- `python_toolbox.emitting`: A publisher-subscriber framework that doesn't
1515
abuse strings.
16-
16+
1717
- And many, *many* more! The Python Toolbox contains **100+** useful little
1818
tools.
1919

@@ -55,7 +55,7 @@ If you want to be informed on new releases of the Python Toolbox, sign up for
5555
**[the low-traffic python-toolbox-announce Google Group](https://groups.google.com/forum/#!forum/python-toolbox-announce)**.
5656

5757
# Python versions #
58-
58+
5959
The Python Toolbox supports Python versions 2.7 and 3.3+.
6060

6161
It's tested on both CPython and PyPy 2.1.
@@ -72,7 +72,7 @@ to run the tests.
7272

7373
------------------------------------------------------------------
7474

75-
The Python Toolbox was created by Ram Rachum. I provide
75+
The Python Toolbox was created by Ram Rachum. I provide
7676
[Development services in Python and Django](https://chipmunkdev.com)
7777
and [give Python workshops](http://pythonworkshops.co/) to teach people
7878
Python and related topics. ([Hebrew website](http://pythonworkshops.co.il/).)

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ detailed-errors=1
77

88
with-xunit=1
99

10-
cover-erase=1
10+
cover-erase=1
1111
cover-package=python_toolbox,test_python_toolbox
1212
cover-branches=1
1313
cover-html-dir=../.coverage_html_report

source_py2/python_toolbox/MIT_license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1313

1414
# Included subpackages #
1515

16-
Python Toolbox includes third-party Python packages as subpackages that are used internally. (These are in the `third_party` package.) These are:
16+
Python Toolbox includes third-party Python packages as subpackages that are used internally. (These are in the `third_party` package.) These are:
1717

1818
* `Envelopes` by Tomasz Wójcik and others, MIT license.
1919
* `sortedcontainers` by Grant Jenks and others, Apache license 2.0.

source_py3/python_toolbox/MIT_license.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1313

1414
# Included subpackages #
1515

16-
Python Toolbox includes third-party Python packages as subpackages that are used internally. (These are in the `third_party` package.) These are:
16+
Python Toolbox includes third-party Python packages as subpackages that are used internally. (These are in the `third_party` package.) These are:
1717

1818
* `Envelopes` by Tomasz Wójcik and others, MIT license.
1919
* `sortedcontainers` by Grant Jenks and others, Apache license 2.0.

0 commit comments

Comments
 (0)