Преглед на файлове

Fixed typo in docs/ref/contrib/sites.txt

ticalcster преди 10 години
родител
ревизия
d49993fa8f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/ref/contrib/sites.txt

+ 1 - 1
docs/ref/contrib/sites.txt

@@ -29,7 +29,7 @@ The sites framework is mainly based on a simple model:
 
 The :setting:`SITE_ID` setting specifies the database ID of the
 :class:`~django.contrib.sites.models.Site` object associated with that
-particular settings file. It the setting is omitted, the
+particular settings file. If the setting is omitted, the
 :func:`~django.contrib.sites.shortcuts.get_current_site` function will
 try to get the current site by comparing the
 :attr:`~django.contrib.sites.models.Site.domain` with the host name from