Skip to content

Commit 9e068d6

Browse files
committed
Merge pull request django-compressor#517 from programmdesign/patch-1
Fix small typo in jinja2 documentation
2 parents e806655 + 347d137 commit 9e068d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/jinja2.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In order to use Django Compressor's Jinja2 extension we would need to pass
1212
import jinja2
1313
from compressor.contrib.jinja2ext import CompressorExtension
1414

15-
env = jinja2.environment(extensions=[CompressorExtension])
15+
env = jinja2.Environment(extensions=[CompressorExtension])
1616

1717
From now on, you can use same code you'd normally use within Django templates::
1818

0 commit comments

Comments
 (0)