Skip to content

Commit af510d4

Browse files
allow python3 as a python alias
1 parent d67ecea commit af510d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

static/prism.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1537,6 +1537,8 @@ Prism.languages.py = Prism.languages.python;
15371537

15381538
Prism.languages.py3 = Prism.languages.python;
15391539

1540+
Prism.languages.python3 = Prism.languages.python;
1541+
15401542
(function () {
15411543

15421544
if (typeof Prism === 'undefined' || typeof document === 'undefined' || !document.querySelector) {

0 commit comments

Comments
 (0)