Skip to content

Commit

Permalink
[PR #8804/8156789a backport][3.11] docs: minor grammar fix in client_…
Browse files Browse the repository at this point in the history
…reference.rst (#8857)

**This is a backport of PR #8804 as merged into master
(8156789).**

Co-authored-by: Dima Tisnek <[email protected]>
  • Loading branch information
patchback[bot] and dimaqq authored Aug 23, 2024
1 parent 8a2a890 commit 385e430
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 @@ -236,7 +236,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 385e430

Please sign in to comment.