Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Correct a reference to Android in a docstring.
  • Loading branch information
freakboy3742 committed Dec 9, 2024
commit cbcc0441c9d3e7b54bbe69d8087e2f472bb6611e
2 changes: 1 addition & 1 deletion Lib/test/test_apple.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
raise unittest.SkipTest("Apple-specific")


# Test redirection of stdout and stderr to the Android log.
# Test redirection of stdout and stderr to the Apple system log.
class TestAppleSystemLogOutput(unittest.TestCase):
maxDiff = None

Expand Down