Commit 2c9212a
committed
Fix docstring for stdout.buffer
Earlier commit changed stdio docstring/type to StringIO and included
stdio_buffer_obj in that. Reviewing history for that object,
it is intended to implement (e.g.) stdout.buffer, which is a
binary stream. Revert back to FileIO for that docstring/type.1 parent 7477b2a commit 2c9212a
File tree
1 file changed
+1
-1
lines changed1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
0 commit comments