Skip to content

Commit 777c512

Browse files
fixup! Fixes algorithm-archivists#141: removes support for python 2
1 parent f15244b commit 777c512

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

book.json

+2-6
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,8 @@
3636
"name": "C"
3737
},
3838
{
39-
"lang": "py2",
40-
"name": "Python 2"
41-
},
42-
{
43-
"lang": "py3",
44-
"name": "Python 3"
39+
"lang": "py",
40+
"name": "Python"
4541
},
4642
{
4743
"lang": "js",

0 commit comments

Comments
 (0)