Browse Source

Update media.txt

Fixed typo: froms -> forms
Kenny Rachuonyo 11 years ago
parent
commit
4bd6e5e895
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/topics/forms/media.txt

+ 1 - 1
docs/topics/forms/media.txt

@@ -49,7 +49,7 @@ define the media requirements.
 
 Here's a simple example::
 
-    from django import froms
+    from django import forms
 
     class CalendarWidget(forms.TextInput):
         class Media: