We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3c0511 commit 768f0b1Copy full SHA for 768f0b1
adafruit_floppy.py
@@ -112,7 +112,8 @@ def find_track0(self):
112
113
If successful, sets the internal track number to 0.
114
115
- If unsuccsessful, sets the internatl track number to None and raises an exception."""
+ If unsuccsessful, sets the internatl track number to None and raises an exception.
116
+ """
117
self._track = None
118
# First move off of track0. One of my drives would not function properly
119
# without this initial move-off.
0 commit comments