From f3e3e8d663f7d77da6c4902310377079ae6ba592 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Tue, 26 Nov 2024 15:09:27 -0600 Subject: [PATCH] fix markup indentation Otherwise item 5 is styled in bold (not sure why!) and the 2nd line is shown as a separate indented paragraph. --- circuitpython_typing/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circuitpython_typing/__init__.py b/circuitpython_typing/__init__.py index f17c356..aac8569 100644 --- a/circuitpython_typing/__init__.py +++ b/circuitpython_typing/__init__.py @@ -119,7 +119,7 @@ def ioctl(self, operation: int, arg: Optional[int] = None) -> Optional[int]: * 3 - sync the device (``arg`` is unused) * 4 - get a count of the number of blocks, should return an integer (``arg`` is unused) * 5 - get the number of bytes in a block, should return an integer, - or ``None`` in which case the default value of 512 is used (``arg`` is unused) + or ``None`` in which case the default value of 512 is used (``arg`` is unused) * 6 - erase a block, arg is the block number to erase As a minimum ``ioctl(4, ...)`` must be intercepted; for littlefs ``ioctl(6, ...)`` pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy