Commit 298f3d30 authored by Gabriel Hurley's avatar Gabriel Hurley
Browse files

Fixed #14562 -- corrected a typo in the static-files howto. Thanks to...

Fixed #14562 -- corrected a typo in the static-files howto. Thanks to stephaner for the report and patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14355 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 82dca6d4
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -252,7 +252,7 @@ __ http://fabfile.org/

Below, and in the following sections, we'll show off a few example fabfiles
(i.e. Fabric scripts) that automate these media deployment options. The syntax
of a fabfile is fairly streightforward but won't be covered here; consult
of a fabfile is fairly straightforward but won't be covered here; consult
`Fabric's documentation`__, for a complete explanation of the syntax..

__ http://docs.fabfile.org/