From 44ba3af25b0cf6a70220ebfb7e3f3c84b826854a Mon Sep 17 00:00:00 2001 From: David Auer Date: May 18 2019 13:37:52 +0000 Subject: Fix typo in guidelines/modules/ROOT/pages/Python.adoc --- diff --git a/guidelines/modules/ROOT/pages/Python.adoc b/guidelines/modules/ROOT/pages/Python.adoc index 636f23d..c757b5b 100644 --- a/guidelines/modules/ROOT/pages/Python.adoc +++ b/guidelines/modules/ROOT/pages/Python.adoc @@ -37,7 +37,7 @@ Mirroring the policy for regular packages, the Python-version-specific subpackag == Naming -The source package for a Python library MUST be named with the `python-` prefix. A built package however must include the Python major version in the name, using the `python3-` prefix. This is accomplished by adding a subpackage. See example bellow. +The source package for a Python library MUST be named with the `python-` prefix. A built package however must include the Python major version in the name, using the `python3-` prefix. This is accomplished by adding a subpackage. See example below. This rule does not apply to applications.