Commit 42d8384
committed
gh-141627: Fix BufferedRandom inheritance documentation
BufferedRandom does not inherit from BufferedReader and BufferedWriter
in the C implementation. Update documentation to accurately state that
it inherits from BufferedIOBase and provides combined functionality.1 parent ed73c90 commit 42d8384
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
833 | 833 | | |
834 | 834 | | |
835 | 835 | | |
836 | | - | |
837 | | - | |
| 836 | + | |
| 837 | + | |
| 838 | + | |
838 | 839 | | |
839 | 840 | | |
840 | 841 | | |
| |||
0 commit comments