Fix typo "lamda" -> "lambda"

This commit is contained in:
Markus Amalthea Magnuson
2015-03-19 14:05:55 +01:00
parent 7cf66f0523
commit 125f2b51f2

View File

@@ -42,7 +42,7 @@ Jinja2 Offline Compression Support
==================================
You'd need to configure ``COMPRESS_JINJA2_GET_ENVIRONMENT`` so that
Compressor can retrieve the Jinja2 environment for rendering.
This can be a lamda or function that returns a Jinja2 environment.
This can be a lambda or function that returns a Jinja2 environment.
Usage
-----