Skip to content

Commit 7985dad

Browse files
authored
Fix typos (#121)
1 parent 761a7fc commit 7985dad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ Changelog
352352
thread to avoid crash.
353353
- Fix pycharm debugger detection so timeouts are not triggered during
354354
debugger usage.
355-
- Dropped support for Python 2, minimum pytest version upported is 5.0.0.
355+
- Dropped support for Python 2, minimum pytest version supported is 5.0.0.
356356

357357
1.4.2
358358
-----
@@ -387,7 +387,7 @@ Changelog
387387
1.3.2
388388
-----
389389

390-
- This changelog was ommitted for the 1.3.2 release and was added
390+
- This changelog was omitted for the 1.3.2 release and was added
391391
afterwards. Apologies for the confusion.
392392
- Fix pytest 3.7.3 compatibility. The capture API had changed
393393
slightly and this needed fixing. Thanks Bruno Oliveira for the

pytest_timeout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ def write_title(title, stream=None, sep="~"):
482482
def write(text, stream=None):
483483
"""Write text to stream.
484484
485-
Pretty stupid really, only here for symetry with .write_title().
485+
Pretty stupid really, only here for symmetry with .write_title().
486486
"""
487487
if stream is None:
488488
stream = sys.stderr

0 commit comments

Comments
 (0)