This commit is contained in:
Ran Benita 2023-01-20 13:15:02 +02:00
parent 70f734f219
commit 58cf822f6d
1 changed files with 1 additions and 1 deletions

View File

@ -507,7 +507,7 @@ else:
class CaptureResult( class CaptureResult(
collections.namedtuple("CaptureResult", ["out", "err"]), Generic[AnyStr] collections.namedtuple("CaptureResult", ["out", "err"]), Generic[AnyStr]
): ):
__doc__ = """The result of :method:`CaptureFixture.readouterr`.""" """The result of :method:`CaptureFixture.readouterr`."""
class MultiCapture(Generic[AnyStr]): class MultiCapture(Generic[AnyStr]):