diff --git a/AUTHORS b/AUTHORS index 7da1f8a0c57..14bb39785c1 100644 --- a/AUTHORS +++ b/AUTHORS @@ -57,6 +57,7 @@ Brian Maissy Brian Okken Brianna Laugher Bruno Oliveira +Cal Jacobson Cal Leeming Carl Friedrich Bolz Carlos Jenkins @@ -182,8 +183,8 @@ Joseph Hunkeler Josh Karpel Joshua Bronson Jurko Gospodnetić -Justyna Janczyszyn Justice Ndou +Justyna Janczyszyn Kale Kundert Kamran Ahmad Karl O. Pinc @@ -235,7 +236,6 @@ Matthias Hafner Maxim Filipenko Maximilian Cosmo Sitter mbyt -Mickey Pashov Michael Aquilina Michael Birtwell Michael Droettboom @@ -244,6 +244,7 @@ Michael Krebs Michael Seifert Michal Wajszczuk Michał Zięba +Mickey Pashov Mihai Capotă Mike Hoyle (hoylemd) Mike Lundy @@ -258,9 +259,9 @@ Niclas Olofsson Nicolas Delaby Nikolay Kondratyev Nipunn Koorapati -Olga Matoula Oleg Pidsadnyi Oleg Sushchenko +Olga Matoula Oliver Bestwalter Omar Kohl Omer Hadari @@ -286,8 +287,8 @@ Pulkit Goyal Punyashloka Biswal Quentin Pradet Ralf Schmitt -Ram Rachum Ralph Giles +Ram Rachum Ran Benita Raphael Castaneda Raphael Pierzina diff --git a/src/_pytest/python_api.py b/src/_pytest/python_api.py index 515d437f0d8..ea45753cde6 100644 --- a/src/_pytest/python_api.py +++ b/src/_pytest/python_api.py @@ -801,7 +801,7 @@ def raises( # noqa: F811 r"""Assert that a code block/function call raises an exception. :param typing.Type[E] | typing.Tuple[typing.Type[E], ...] expected_exception: - The excpected exception type, or a tuple if one of multiple possible + The expected exception type, or a tuple if one of multiple possible exception types are excepted. :kwparam str | typing.Pattern[str] | None match: If specified, a string containing a regular expression,