Просмотр исходного кода

Made the English in r15897 much betterer.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15898 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Russell Keith-Magee 14 лет назад
Родитель
Сommit
2f3bf2830d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/topics/logging.txt

+ 1 - 1
docs/topics/logging.txt

@@ -458,7 +458,7 @@ Messages to this logger have the following extra context:
     * ``sql``: The SQL statement that was executed.
     * ``params``: The parameters that were used in the SQL call.
 
-For performance reasons, SQL logging is only occurs when
+For performance reasons, SQL logging is only enabled when
 ``settings.DEBUG`` is set to ``True``, regardless of the logging
 level or handlers that are installed.