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 f25d17a commit bfbd002Copy full SHA for bfbd002
adafruit_pioasm.py
@@ -14,7 +14,7 @@
14
import array
15
import re
16
17
-splitter = re.compile(r',\s*|\s+(?:,\s*)?').split
+splitter = re.compile(r",\s*|\s+(?:,\s*)?").split
18
19
__version__ = "0.0.0-auto.0"
20
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PIOASM.git"
0 commit comments