Skip to content

Commit

Permalink
fix deep modules example
Browse files Browse the repository at this point in the history
  • Loading branch information
zakirullin committed May 31, 2023
1 parent 0bc8817 commit 391f377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Once I came back, I realised that it is enormously difficult to untangle all the
> **The best components are those that provide powerful functionality yet have simple interface.**
John K. Ousterhout

The interface of UNIX File I/O is very simple. It has only five basic I/O calls:
The interface of the UNIX I/O is very simple. It has only five basic calls:
```python
open(path, flags, permissions)
read(fd, buffer, count)
Expand Down

0 comments on commit 391f377

Please sign in to comment.