Skip to content

Commit

Permalink
"Merge pull request #474 from jdavis/patch-1\n\nFix invalid Python sy…
Browse files Browse the repository at this point in the history
…ntax in css_compilers.rst"
  • Loading branch information
miracle2k committed Dec 25, 2016
2 parents 591fc81 + 32c2720 commit a2136da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/css_compilers.rst
Expand Up @@ -34,7 +34,7 @@ child bundle:

.. code-block:: python
sass = Bundle('*.sass' filters='sass', output='gen/sass.css')
sass = Bundle('*.sass', filters='sass', output='gen/sass.css')
all_css = Bundle('css/jquery.calendar.css', sass,
filters='cssmin', output="gen/all.css")
Expand Down

0 comments on commit a2136da

Please sign in to comment.