Skip to content

Commit 4dc77c6

Browse files
committed
Make Cpython explicit. Refs #132
1 parent 4f08625 commit 4dc77c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readthedocs/projects/constants.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@
9292
# detect all available Python interpreters in the fly (Maybe using
9393
# update-alternatives linux tool family?).
9494
PYTHON_CHOICES = (
95-
('python', _('Python 2.x')),
96-
('python3', _('Python 3.x')),
95+
('python', _('CPython 2.x')),
96+
('python3', _('CPython 3.x')),
9797
)
9898

9999
# Via http://sphinx-doc.org/latest/config.html#confval-language

0 commit comments

Comments
 (0)