diff --git a/pmb/helpers/package.py b/pmb/helpers/package.py index c6e7c7b7..ae8f0965 100644 --- a/pmb/helpers/package.py +++ b/pmb/helpers/package.py @@ -1,9 +1,9 @@ # Copyright 2020 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later """ -Functions that work on both pmaports and (binary package) repos. See also: -- pmb/helpers/pmaports.py (work on pmaports) -- pmb/helpers/repo.py (work on binary package repos) +Functions that work with both pmaports and binary package repos. See also: +- pmb/helpers/pmaports.py (work with pmaports) +- pmb/helpers/repo.py (work with binary package repos) """ import copy import logging diff --git a/pmb/helpers/pmaports.py b/pmb/helpers/pmaports.py index f1486f8e..e5595eba 100644 --- a/pmb/helpers/pmaports.py +++ b/pmb/helpers/pmaports.py @@ -1,9 +1,9 @@ # Copyright 2020 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later """ -Functions that work only on pmaports. See also: -- pmb/helpers/repo.py (only work on binary package repos) -- pmb/helpers/package.py (work on both) +Functions that work with pmaports. See also: +- pmb/helpers/repo.py (work with binary package repos) +- pmb/helpers/package.py (work with both) """ import glob import logging diff --git a/pmb/helpers/repo.py b/pmb/helpers/repo.py index b9decfff..e6b134a8 100644 --- a/pmb/helpers/repo.py +++ b/pmb/helpers/repo.py @@ -1,9 +1,9 @@ # Copyright 2020 Oliver Smith # SPDX-License-Identifier: GPL-3.0-or-later """ -Functions that work on both (binary package) repos. See also: -- pmb/helpers/pmaports.py (work on pmaports) -- pmb/helpers/package.py (work on both) +Functions that work with binary package repos. See also: +- pmb/helpers/pmaports.py (work with pmaports) +- pmb/helpers/package.py (work with both) """ import os import hashlib