mirror of
https://github.com/sascha-hemi/pycom-documentation.git
synced 2026-03-21 13:06:14 +01:00
Updates decremented .readall() to .read() (#377)
This commit is contained in:
@@ -33,7 +33,7 @@ f = open('/sd/test.txt', 'w')
|
||||
f.write('Testing SD card write operations')
|
||||
f.close()
|
||||
f = open('/sd/test.txt', 'r')
|
||||
f.readall()
|
||||
f.read()
|
||||
f.close()
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user