* doc/guix.texi (Python Packages): Add rule for packages with upstream
  name starting with "py".
---
 doc/guix.texi | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index fab39e5..843f434 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -11104,7 +11104,9 @@ packages with the corresponding names.
 
 If a project already contains the word @code{python}, we drop this;
 for instance, the module python-dateutil is packaged under the names
-@code{python-dateutil} and @code{python2-dateutil}.
+@code{python-dateutil} and @code{python2-dateutil}.  If the project name
+starts with @code{py} (e.g. @code{pytz}), we keep it and prefix it as
+described above.
 
 
 @node Perl Modules
-- 
2.7.4


Reply via email to