Skip to content

Commit

Permalink
Docstrings are transpiled from Javascript to Python
Browse files Browse the repository at this point in the history
  • Loading branch information
samgermain committed Feb 11, 2022
1 parent e414b39 commit e1c2054
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/transpile.js
Expand Up @@ -323,6 +323,8 @@ class Transpiler {
[ /\=\=\sTrue/g, 'is True' ], // a correction for PEP8 E712, it likes "is True", not "== True"
[ /\sdelete\s/g, ' del ' ],
[ /(?<!#.+)null/, 'None' ],
[ /\/\*\*/, '\'\'\'' ], // Doc strings
[ / \*\//, '\'\'\'' ], // Doc strings
])
}

Expand Down

0 comments on commit e1c2054

Please sign in to comment.