Procházet zdrojové kódy

Fix broken sphinx reference to staticfiles.

Tarjei Husøy před 11 roky
rodič
revize
751dc0a36b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      docs/howto/static-files/index.txt

+ 1 - 1
docs/howto/static-files/index.txt

@@ -106,7 +106,7 @@ this by adding the following snippet to your urls.py::
 
     Also this helper function only serves the actual :setting:`STATIC_ROOT`
     folder; it doesn't perform static files discovery like
-    `:mod:`django.contrib.staticfiles`.
+    :mod:`django.contrib.staticfiles`.
 
 Serving files uploaded by a user during development.
 ====================================================