Skip to content

Commit 8e2de91

Browse files
authored
Merge pull request #10449 from cj81499/patch-1
fix type in python_api.py
2 parents 646a46e + 692ab11 commit 8e2de91

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

AUTHORS

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ Brian Maissy
5757
Brian Okken
5858
Brianna Laugher
5959
Bruno Oliveira
60+
Cal Jacobson
6061
Cal Leeming
6162
Carl Friedrich Bolz
6263
Carlos Jenkins
@@ -182,8 +183,8 @@ Joseph Hunkeler
182183
Josh Karpel
183184
Joshua Bronson
184185
Jurko Gospodnetić
185-
Justyna Janczyszyn
186186
Justice Ndou
187+
Justyna Janczyszyn
187188
Kale Kundert
188189
Kamran Ahmad
189190
Karl O. Pinc
@@ -235,7 +236,6 @@ Matthias Hafner
235236
Maxim Filipenko
236237
Maximilian Cosmo Sitter
237238
mbyt
238-
Mickey Pashov
239239
Michael Aquilina
240240
Michael Birtwell
241241
Michael Droettboom
@@ -244,6 +244,7 @@ Michael Krebs
244244
Michael Seifert
245245
Michal Wajszczuk
246246
Michał Zięba
247+
Mickey Pashov
247248
Mihai Capotă
248249
Mike Hoyle (hoylemd)
249250
Mike Lundy
@@ -258,9 +259,9 @@ Niclas Olofsson
258259
Nicolas Delaby
259260
Nikolay Kondratyev
260261
Nipunn Koorapati
261-
Olga Matoula
262262
Oleg Pidsadnyi
263263
Oleg Sushchenko
264+
Olga Matoula
264265
Oliver Bestwalter
265266
Omar Kohl
266267
Omer Hadari
@@ -286,8 +287,8 @@ Pulkit Goyal
286287
Punyashloka Biswal
287288
Quentin Pradet
288289
Ralf Schmitt
289-
Ram Rachum
290290
Ralph Giles
291+
Ram Rachum
291292
Ran Benita
292293
Raphael Castaneda
293294
Raphael Pierzina

src/_pytest/python_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ def raises( # noqa: F811
801801
r"""Assert that a code block/function call raises an exception.
802802
803803
:param typing.Type[E] | typing.Tuple[typing.Type[E], ...] expected_exception:
804-
The excpected exception type, or a tuple if one of multiple possible
804+
The expected exception type, or a tuple if one of multiple possible
805805
exception types are excepted.
806806
:kwparam str | typing.Pattern[str] | None match:
807807
If specified, a string containing a regular expression,

0 commit comments

Comments
 (0)