소스 검색

Fixed #14923 -- corrected a typo in the logging documentation. Thanks to David Foerster for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14991 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Alex Gaynor 14 년 전
부모
커밋
6fc7d829dc
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      docs/topics/logging.txt

+ 2 - 2
docs/topics/logging.txt

@@ -396,8 +396,8 @@ Django provides three built-in loggers.
 ``django`` is the catch-all logger. No messages are posted directly to
 this logger.
 
-``django.requests``
-~~~~~~~~~~~~~~~~~~~
+``django.request``
+~~~~~~~~~~~~~~~~~~
 
 Log messages related to the handling of requests. 5XX responses are
 raised as ``ERROR`` messages; 4XX responses are raised as ``WARNING``