diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2007-07-03 19:26:34 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2007-07-03 19:26:34 +0000 |
| commit | 4c958b15b250866b70ded7d82aa532f1e57f96ae (patch) | |
| tree | ff2f39d154f3c3a71e01bc85589a6e621e5d919a /docs/templates_python.txt | |
| parent | 3d6785fb8e9d45d2a0e1e1dea0d7472550198724 (diff) | |
Converted some tabs to four spaces in two docs
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5600 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/templates_python.txt')
| -rw-r--r-- | docs/templates_python.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates_python.txt b/docs/templates_python.txt index 61f4d0a6a2..821f40fd8d 100644 --- a/docs/templates_python.txt +++ b/docs/templates_python.txt @@ -678,7 +678,7 @@ an object to it's string value before being passed to your function:: @template.stringfilter def lower(value): - return value.lower() + return value.lower() Writing custom template tags ---------------------------- |
