Fix typos in docs and comments (#11064)

This commit is contained in:
Alex Waygood
2023-11-23 14:55:58 +00:00
committed by GitHub
parent 30f7267b5d
commit 01432805d9
12 changed files with 16 additions and 16 deletions

View File

@@ -93,7 +93,7 @@ if sys.version_info >= (3, 11):
# Ideally the first part should be `ExceptionGroup[ValueError]` (done)
# and the second part should be `BaseExceptionGroup[KeyError | SystemExit]`,
# but we cannot substract type from a union.
# but we cannot subtract type from a union.
# We also cannot change `BaseExceptionGroup` to `ExceptionGroup` even if needed
# in the second part here because of that.
assert_type(