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 5422dd6 commit e121e26Copy full SHA for e121e26
docs/shared_bindings_matrix.py
@@ -43,7 +43,7 @@ def get_circuitpython_root_dir():
43
def get_shared_bindings():
44
""" Get a list of modules in shared-bindings based on folder names
45
"""
46
- shared_bindings_dir = get_circuitpython_root_dir() / "shared-bindings"
+ shared_bindings_dir = get_circuitpython_root_dir() / "circuitpython-stubs"
47
return [item.name for item in shared_bindings_dir.iterdir()]
48
49
0 commit comments