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

Commitec42d72

Browse files
[3.13] Docs: fix spelling of "test case" inunittest documentation (GH-134137) (#134139)
Docs: fix spelling of "test case" in `unittest` documentation (GH-134137)(cherry picked from commitb41d79c)Co-authored-by: Clifford Gama <53076065+cliff688@users.noreply.github.com>
1 parentc529870 commitec42d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Doc/library/unittest.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Here is a short script to test three string methods::
110110
unittest.main()
111111

112112

113-
Atestcase is created by subclassing:class:`unittest.TestCase`. The three
113+
Atest case is created by subclassing:class:`unittest.TestCase`. The three
114114
individual tests are defined with methods whose names start with the letters
115115
``test``. This naming convention informs the test runner about which methods
116116
represent tests.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp