Skip to content

Commit b98448f

Browse files
cmaloneyAA-Turner
andauthored
Apply suggestions from code review
Co-authored-by: Adam Turner <[email protected]>
1 parent f4f150e commit b98448f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/test/test_io/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Tests for the io module and its implementations (_io and _pyio)
22
3-
Tests are split across multiple files inside `test_io` to increase
3+
Tests are split across multiple files to increase
44
parallelism and focus on specific implementation pieces.
55
66
* test_io
@@ -18,7 +18,7 @@
1818
When writing tests for io, it's important to test both the C and Python
1919
implementations. This is usually done by writing a base test that refers to
2020
the type it is testing as an attribute. Then it provides custom subclasses to
21-
test both implementations. This file has lots of examples.
21+
test both implementations. This directory contains lots of examples.
2222
"""
2323

2424
import os

0 commit comments

Comments
 (0)