We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09b465e commit 85a1f9eCopy full SHA for 85a1f9e
2 files changed
CHANGELOG.md
@@ -90,7 +90,7 @@ with httpcore.SyncConnectionPool() as http:
90
91
### Fixed
92
93
-- Task cancelation no longer leaks connections from the connection pool. (Pull #305)
+- Task cancellation no longer leaks connections from the connection pool. (Pull #305)
94
95
## 0.12.3 (December 7th, 2020)
96
docs/contributing.md
@@ -84,7 +84,7 @@ as part of the unasync process.
84
- Run `scripts/unasync` to generate the synchronous versions. Note the script
85
is ran as part of other scripts as well, so you don't usually need to run this
86
yourself.
87
-- Run the entire test suite as decribed below.
+- Run the entire test suite as described below.
88
89
## Testing and Linting
0 commit comments