Skip to content

Commit bebb98b

Browse files
authored
Merge pull request #28 from kianmeng/fix-typos
Fix typos
2 parents 387eb4a + 9188395 commit bebb98b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
# Not all Python versions are avalaible for linux AND x64
12+
# Not all Python versions are available for linux AND x64
1313
# https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
1414
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, '3.10']
1515
fail-fast: false

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ poking around in the code itself.
8383

8484
httpserver.serve_content(content=None, code=200, headers=None, chunked=pytest_localserver.http.Chunked.NO)
8585

86-
The ``chunked`` atribute or parameter can be set to
86+
The ``chunked`` attribute or parameter can be set to
8787

8888
* ``Chunked.YES``, telling the server to always apply chunk encoding
8989
* ``Chunked.NO``, telling the server to never apply chunk encoding
@@ -117,7 +117,7 @@ poking around in the code itself.
117117
is the same as ``httpserver`` only with SSL encryption.
118118

119119
``smtpserver``
120-
provides a threaded instance of ``smtpd.SMTPServer`` runnning on localhost.
120+
provides a threaded instance of ``smtpd.SMTPServer`` running on localhost.
121121
It has the following attributes:
122122

123123
* ``addr`` - server address as tuple (host as str, port as int)

0 commit comments

Comments
 (0)