diff options
| author | Christian Clauss <cclauss@me.com> | 2021-09-08 02:15:25 +0200 |
|---|---|---|
| committer | Christian Clauss <cclauss@me.com> | 2021-09-08 02:15:25 +0200 |
| commit | 86583c578c807d449e3a9d5ee56b1e7081340629 (patch) | |
| tree | 4275417d693382f62120d6f07cd9021a1b84252f /tests/test_util_logging.py | |
| parent | 336605b8e4b14c5da9f4d872fb730dc6894edb77 (diff) | |
| download | sphinx-git-86583c578c807d449e3a9d5ee56b1e7081340629.tar.gz | |
Fix typos discovered by codespell
Diffstat (limited to 'tests/test_util_logging.py')
| -rw-r--r-- | tests/test_util_logging.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_util_logging.py b/tests/test_util_logging.py index aedbe9e64..a03f62b01 100644 --- a/tests/test_util_logging.py +++ b/tests/test_util_logging.py @@ -272,7 +272,7 @@ def test_pending_warnings(app, status, warning): logger.warning('message1') with logging.pending_warnings(): - # not logged yet (bufferred) in here + # not logged yet (buffered) in here logger.warning('message2') logger.warning('message3') assert 'WARNING: message1' in warning.getvalue() |
