Skip to content

Commit ca4d958

Browse files
cclaussPierre-Sassoulas
authored andcommitted
Fix typos discovered by codespell
1 parent 7a69596 commit ca4d958

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/reference/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
66

77
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.1.0/>`__, and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`__.
88

9-
This project uses `towncrier <https://towncrier.readthedocs.io/>`__ for changlog management and the changes for the upcoming release can be found in https://github.com/pytest-dev/pytest-asyncio/tree/main/changelog.d/.
9+
This project uses `towncrier <https://towncrier.readthedocs.io/>`__ for changelog management and the changes for the upcoming release can be found in https://github.com/pytest-dev/pytest-asyncio/tree/main/changelog.d/.
1010

1111
.. towncrier release notes start
1212

pytest_asyncio/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ def _synchronization_target_attr(self) -> tuple[object, str]:
488488
"""
489489
Return the coroutine that needs to be synchronized during the test run.
490490
491-
This method is inteded to be overwritten by subclasses when they need to apply
491+
This method is intended to be overwritten by subclasses when they need to apply
492492
the coroutine synchronizer to a value that's different from self.obj
493493
e.g. the AsyncHypothesisTest subclass.
494494
"""

0 commit comments

Comments
 (0)