mirror of
https://github.com/Hopiu/django.git
synced 2026-05-02 04:34:45 +00:00
Fixed typo in patch_logger() docstring.
This commit is contained in:
parent
11a9017179
commit
6275b50ac2
1 changed files with 1 additions and 1 deletions
|
|
@ -663,7 +663,7 @@ def patch_logger(logger_name, log_level, log_kwargs=False):
|
|||
Context manager that takes a named logger and the logging level
|
||||
and provides a simple mock-like list of messages received.
|
||||
|
||||
Use unitttest.assertLogs() if you only need Python 3 support. This
|
||||
Use unittest.assertLogs() if you only need Python 3 support. This
|
||||
private API will be removed after Python 2 EOL in 2020 (#27753).
|
||||
"""
|
||||
calls = []
|
||||
|
|
|
|||
Loading…
Reference in a new issue