Skip to content

Commit

Permalink
docs: minor grammar fix in client_reference.rst (#8804)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaqq authored Aug 23, 2024
1 parent c28d630 commit 8156789
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ jobs:
if: ${{ !cancelled() }}
uses: codecov/test-results-action@v1
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

check: # This job does nothing and is only used for the branch protection
Expand Down
2 changes: 1 addition & 1 deletion docs/client_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ The client session supports the context manager protocol for self closing.
Automatically call :meth:`ClientResponse.raise_for_status()` for
each response, ``False`` by default.

This parameter can be overridden when you making a request, e.g.::
This parameter can be overridden when making a request, e.g.::

client_session = aiohttp.ClientSession(raise_for_status=True)
resp = await client_session.get(url, raise_for_status=False)
Expand Down

0 comments on commit 8156789

Please sign in to comment.