8000 Merge pull request #9658 from jepler/floppyio-doc-markup · eric321/circuitpython@cd5c9d2 · GitHub
[go: up one dir, main page]

Skip to content

Commit cd5c9d2

Browse files
authored
Merge pull request adafruit#9658 from jepler/floppyio-doc-markup
fix doc markup problem
2 parents 1ab26ba + 068d491 commit cd5c9d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/floppyio/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ MP_DEFINE_CONST_FUN_OBJ_KW(floppyio_flux_readinto_obj, 0, floppyio_flux_readinto
102102
//| def ns_to_count(ns, samplerate):
103103
//| return round(ns * samplerate * 1e-9)
104104
//|
105-
//| This means the following typical values are a good starting place for a 1.44MB floppy:
105+
//| This means the following typical values are a good starting place for a 1.44MB floppy:
106106
//|
107107
//| .. code-block:: py
108108
//|

0 commit comments

Comments
 (0)
0