Skip to content

Commit f8ec09e

Browse files
committed
Fix Bullet list ends without a blank line error
1 parent a458701 commit f8ec09e

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
@@ -108,7 +108,7 @@ def ioctl(self, operation: int, arg: Optional[int] = None) -> Optional[int]:
108108
* 3 - sync the device (``arg`` is unused)
109109
* 4 - get a count of the number of blocks, should return an integer (``arg`` is unused)
110110
* 5 - get the number of bytes in a block, should return an integer,
111-
or ``None`` in which case the default value of 512 is used (``arg`` is unused)
111+
or ``None`` in which case the default value of 512 is used (``arg`` is unused)
112112
* 6 - erase a block, arg is the block number to erase
113113
114114
As a minimum ``ioctl(4, ...)`` must be intercepted; for littlefs ``ioctl(6, ...)``

0 commit comments

Comments
 (0)