Skip to content

Commit 2ace5e6

Browse files
committed
fix: fix the Python exports
1 parent 2affb98 commit 2ace5e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/grammars/python.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const Python = {
2020
},
2121
}
2222

23-
export const MagicPython = exports.Python
23+
export const MagicPython = Python
2424

2525
export const Sage = {
2626
"Selection Based": {

0 commit comments

Comments
 (0)