File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ def _check_no_remaining_kwargs(func, kwargs):
265
265
266
266
267
267
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:
269
269
``string``, ``filename``, and ``dirname``.
270
270
271
271
The ``string`` parameter is the most basic way to compile Sass.
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
- """:mod:`sassc` --- SassC compliant command line interface
2
+ r """:mod:`sassc` --- SassC compliant command line interface
3
3
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4
4
5
5
This provides SassC_ compliant CLI executable named :program:`sassc`:
You can’t perform that action at this time.
0 commit comments