Skip to content

Commit 2e1950c

Browse files
authored
Merge pull request #45 from adafruit/fix-markup-indentation
fix markup indentation
2 parents 8ca485e + f3e3e8d commit 2e1950c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circuitpython_typing/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def ioctl(self, operation: int, arg: Optional[int] = None) -> Optional[int]:
119119
* 3 - sync the device (``arg`` is unused)
120120
* 4 - get a count of the number of blocks, should return an integer (``arg`` is unused)
121121
* 5 - get the number of bytes in a block, should return an integer,
122-
or ``None`` in which case the default value of 512 is used (``arg`` is unused)
122+
or ``None`` in which case the default value of 512 is used (``arg`` is unused)
123123
* 6 - erase a block, arg is the block number to erase
124124
125125
As a minimum ``ioctl(4, ...)`` must be intercepted; for littlefs ``ioctl(6, ...)``

0 commit comments

Comments
 (0)