Skip to content

Commit

Permalink
Fix spelling of "guarantee" word in comments
Browse files Browse the repository at this point in the history
PR #3666 by @SirGhostal
  • Loading branch information
zacholade authored and webknjaz committed Mar 27, 2019
1 parent d52a2de commit 2bf371e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aiohttp/web_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ async def cleanup(self) -> None:

# The loop over sites is intentional, an exception on gather()
# leaves self._sites in unpredictable state.
# The loop guaranties that a site is either deleted on success or
# The loop guarantees that a site is either deleted on success or
# still present on failure
for site in list(self._sites):
await site.stop()
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Policy for Backward Incompatible Changes
*aiohttp* keeps backward compatibility.

After deprecating some *Public API* (method, class, function argument,
etc.) the library guaranties the usage of *deprecated API* is still
etc.) the library guarantees the usage of *deprecated API* is still
allowed at least for a year and half after publishing new release with
deprecation.

Expand Down

0 comments on commit 2bf371e

Please sign in to comment.