Oopsie
This commit is contained in:
parent
70f734f219
commit
58cf822f6d
|
@ -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]):
|
||||||
|
|
Loading…
Reference in New Issue