Skip to content

Commit 6399621

Browse files
authored
Update README.md
1 parent 11c9d29 commit 6399621

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## What's readingproc?
22

3+
Not important information.
4+
35
There is a class for simple reading `stdout` and `stderr` of any process.
46
The next problems are solved:
57
* Reading blocking when trying to read stdout/stderr of a process.
@@ -140,4 +142,4 @@ reading_set.terminate_all()
140142

141143
The examples are for `Python 3`. For `Python 2` you create the same code. `data.stdout` and `data.stderr` in `Python 2` have `str` type, in `Python 3` they both have `bytes` type (processes send bytes which can be decoded into strings).
142144

143-
[A very short API](API.md)
145+
[A very short API](API.md)

0 commit comments

Comments
 (0)