Skip to content

Commit 5f885de

Browse files
author
Cristian González
authored
Change displayable name of python to 3.6 (#9)
1 parent 366f4c1 commit 5f885de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG PYTHON=python:2
1+
ARG PYTHON=python:3
22
FROM $PYTHON
33

44
WORKDIR /usr/src/app

v3/js/pytutor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ ExecutionVisualizer.prototype.render = function() {
592592
} else if (this.params.lang === 'py2') {
593593
this.domRoot.find('#langDisplayDiv').html('Python 2.7');
594594
} else if (this.params.lang === 'py3') {
595-
this.domRoot.find('#langDisplayDiv').html('Python 3.3');
595+
this.domRoot.find('#langDisplayDiv').html('Python 3.6');
596596
} else if (this.params.lang === 'c') {
597597
this.domRoot.find('#langDisplayDiv').html('C (gcc 4.8, C11) <font color="#e93f34">EXPERIMENTAL!</font><br/>see <a href="https://github.com/pgbovine/opt-cpp-backend/issues" target="_blank">known bugs</a> and report to philip@pgbovine.net');
598598
} else if (this.params.lang === 'cpp') {

0 commit comments

Comments
 (0)