Skip to content

Commit 344558a

Browse files
committed
Fix typo in method name and docstring
1 parent 6e90e17 commit 344558a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pytestqt/_tests/test_logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def test_qtlog_fixture(qtlog):
6666
qtlog.messages = []
6767

6868

69-
def test_fixture_with_loggin_disabled(testdir):
69+
def test_fixture_with_logging_disabled(testdir):
7070
"""
7171
Test that qtlog fixture doesn't capture anything if logging is disabled
7272
in the command line.

pytestqt/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ def _handle(self, msg_type, msg):
497497

498498
@property
499499
def messages(self):
500-
"""Acess messages captured so far.
500+
"""Access messages captured so far.
501501
502502
:rtype: list of `Message` namedtuples.
503503
"""

0 commit comments

Comments
 (0)