Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitda92240

Browse files
Fix whitespace/indentation issues in test_sys (GH-32369)
1 parentb33c456 commitda92240

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Lib/test/test_sys.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1179,8 +1179,8 @@ class X(Exception):
11791179
withtest.support.captured_stderr()asstderr, \
11801180
test.support.swap_attr(sys,'unraisablehook',
11811181
sys.__unraisablehook__):
1182-
expected=self.write_unraisable_exc(
1183-
A.B.X(),"msg","obj");
1182+
expected=self.write_unraisable_exc(
1183+
A.B.X(),"msg","obj");
11841184
report=stderr.getvalue()
11851185
self.assertIn(A.B.X.__qualname__,report)
11861186
ifmoduleNamein ['builtins','__main__']:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp