Skip to content

Commit d1aa812

Browse files
committed
Fix invalid escape sequences
1 parent 2b0f22b commit d1aa812

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)