aboutsummaryrefslogtreecommitdiffstats
path: root/examples/pygments_api/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pygments_api/forms.py')
-rw-r--r--examples/pygments_api/forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pygments_api/forms.py b/examples/pygments_api/forms.py
index 8488db06..30a59a84 100644
--- a/examples/pygments_api/forms.py
+++ b/examples/pygments_api/forms.py
@@ -13,7 +13,7 @@ class PygmentsForm(forms.Form):
code = forms.CharField(widget=forms.Textarea,
label='Code Text',
- max_length=1000000,
+ max_length=1000000,
help_text='(Copy and paste the code text here.)')
title = forms.CharField(required=False,
help_text='(Optional)',