Skip to content

Commit 1a2c111

Browse files
authored
Merge pull request #442 from musicinmybrain/typo
Add a missing word “to” in the description
2 parents 7104716 + 9b44531 commit 1a2c111

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ libsass-python: Sass_/SCSS for Python
1515

1616
This package provides a simple Python extension module ``sass`` which is
1717
binding LibSass_ (written in C/C++ by Hampton Catlin and Aaron Leung).
18-
It's very straightforward and there isn't any headache related Python
18+
It's very straightforward and there isn't any headache related to Python
1919
distribution/deployment. That means you can add just ``libsass`` into
2020
your ``setup.py``'s ``install_requires`` list or ``requirements.txt`` file.
2121
No need for Ruby nor Node.js.

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ libsass-python: Sass_/SCSS for Python
33

44
This package provides a simple Python extension module :mod:`sass` which is
55
binding LibSass_ (written in C/C++ by Hampton Catlin and Aaron Leung).
6-
It's very straightforward and there isn't any headache related Python
6+
It's very straightforward and there isn't any headache related to Python
77
distribution/deployment. That means you can add just ``libsass`` into
88
your :file:`setup.py`'s ``install_requires`` list or :file:`requirements.txt`
99
file.

0 commit comments

Comments
 (0)