Skip to content

Commit 94acfb0

Browse files
authored
Merge pull request #249 from sass/fix_escape_sequences
Fix invalid escape sequences
2 parents 2b0f22b + d1aa812 commit 94acfb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ def _check_no_remaining_kwargs(func, kwargs):
265265

266266

267267
def compile(**kwargs):
268-
"""There are three modes of parameters :func:`compile()` can take:
268+
r"""There are three modes of parameters :func:`compile()` can take:
269269
``string``, ``filename``, and ``dirname``.
270270
271271
The ``string`` parameter is the most basic way to compile Sass.

sassc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
""":mod:`sassc` --- SassC compliant command line interface
2+
r""":mod:`sassc` --- SassC compliant command line interface
33
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
44
55
This provides SassC_ compliant CLI executable named :program:`sassc`:

0 commit comments

Comments
 (0)