diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-06-07 10:56:09 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-06-07 10:56:09 +0200 |
commit | cad765d19ac3f0fe3b4bc2126fd174d15bc8ed6c (patch) | |
tree | 1628c8eb0821bb7ab9ff2880c27e30155ec33d3a /guide/_sources | |
parent | Update Guide to 73e6181 (diff) | |
download | python-cad765d19ac3f0fe3b4bc2126fd174d15bc8ed6c.tar.gz python-cad765d19ac3f0fe3b4bc2126fd174d15bc8ed6c.tar.bz2 python-cad765d19ac3f0fe3b4bc2126fd174d15bc8ed6c.zip |
Update Guide to 5a310c4
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'guide/_sources')
-rw-r--r-- | guide/_sources/eclass.rst.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guide/_sources/eclass.rst.txt b/guide/_sources/eclass.rst.txt index 5336ed9..b09e22d 100644 --- a/guide/_sources/eclass.rst.txt +++ b/guide/_sources/eclass.rst.txt @@ -3,7 +3,7 @@ Choosing between Python eclasses ================================ Overview --------- +======== The python-r1 eclass suite features 5 eclasses in total: 1. ``python-utils-r1.eclass`` that provides utility functions common |