diff options
| author | Igor Gnatenko <i.gnatenko.brain@gmail.com> | 2015-03-21 00:30:27 +0300 |
|---|---|---|
| committer | Igor Gnatenko <i.gnatenko.brain@gmail.com> | 2015-03-21 00:50:21 +0300 |
| commit | 3e10458e1930fc89ab59b6db22af52ee2464d3d6 (patch) | |
| tree | 7a79fc1f6cdcba938c23e0489fb28d0df6b39af6 /modules | |
| parent | 953edd9fc908c162869e51c0bb191c303166220e (diff) | |
| download | meson-3e10458e1930fc89ab59b6db22af52ee2464d3d6.tar.gz | |
modules/rpm: update doc about module
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/rpm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/rpm.py b/modules/rpm.py index 257c3d094..66cc480e9 100644 --- a/modules/rpm.py +++ b/modules/rpm.py @@ -13,7 +13,7 @@ # limitations under the License. '''This module provides helper functions for RPM related -functionality such as generating RPM spec file.''' +functionality such as generating template RPM spec file.''' import build import compilers |
