Skip to content
Snippets Groups Projects
Commit 3eb069e2 authored by Piotr Ożarowski's avatar Piotr Ożarowski
Browse files

typo fixed (s/versions/version)

parent 8860d7a1
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ How to change a list of supported Python versions?
python-all-dbg's Depends line (add or remove pythonX.Y packages)
* Open debian/pyversions.py file and edit `_supported_versions` list
around line 141
* Open debpython/versions.py file and edit `SUPPORTED` list around
* Open debpython/version.py file and edit `SUPPORTED` list around
line 26
......@@ -18,7 +18,7 @@ How to change default Python version?
(default + 1 version) and `PVER` (default version with "python" prefix)
* Open debian/pyversions.py file and edit `debian_default` variable around
line 171
* Open debpython/versions.py file and edit `DEFAULT` variable around line 27
* Open debpython/version.py file and edit `DEFAULT` variable around line 27
How to bump minimum required Python version by dh_python2?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment