diff options
Diffstat (limited to 'Lib/wave.py')
-rw-r--r-- | Lib/wave.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/wave.py b/Lib/wave.py index 8bb9ff7..60c0b98 100644 --- a/Lib/wave.py +++ b/Lib/wave.py @@ -30,7 +30,7 @@ This returns an instance of a class with the following public methods: tell() -- return the current position close() -- close the instance (make it unusable) The position returned by tell() and the position given to setpos() -are compatible and have nothing to do with the actual postion in the +are compatible and have nothing to do with the actual position in the file. The close() method is called automatically when the class instance is destroyed. |