From 5f23920af90993b00555edc1aef793cf380d80b9 Mon Sep 17 00:00:00 2001 From: Felix Schwarz Date: Nov 29 2020 21:16:17 +0000 Subject: fix command name ("nosetest" -> "nosetests") --- diff --git a/guidelines/modules/ROOT/pages/Python.adoc b/guidelines/modules/ROOT/pages/Python.adoc index 6ac5105..8fda94f 100644 --- a/guidelines/modules/ROOT/pages/Python.adoc +++ b/guidelines/modules/ROOT/pages/Python.adoc @@ -348,7 +348,7 @@ The following macros are defined for you in all supported Fedora and EPEL releas |`+%{python3_version}+` |`+3.X+` -|Python 3 version. Useful when running programs with Python version in filename, such as `+nosetest-%{python3_version}+`. +|Python 3 version. Useful when running programs with Python version in filename, such as `+nosetests-%{python3_version}+`. |`+%{python3_version_nodots}+` |`+3X+`