From 07349597ab936dc9887caa70b5d7d2860c897b12 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 29 Dec 2011 13:31:12 +0000 Subject: whitespace fixes --- examples/pygments_api/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/pygments_api/forms.py') 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)', -- cgit v1.2.3