summaryrefslogtreecommitdiffstats
path: root/src/fedpkg.py
diff options
context:
space:
mode:
authorJesse Keating <jkeating@redhat.com>2011-02-09 15:20:39 -0700
committerJesse Keating <jkeating@redhat.com>2011-02-09 15:20:39 -0700
commitf4532e14662066aa0725932b6f861d9413ae76c3 (patch)
tree31108411f219d22a9313efef9f8fa22bc8185b66 /src/fedpkg.py
parent582c0e69542710f650ee4c35061d3fdb915a0191 (diff)
downloadfedora-packager-f4532e14662066aa0725932b6f861d9413ae76c3.tar.gz
fedora-packager-f4532e14662066aa0725932b6f861d9413ae76c3.tar.xz
fedora-packager-f4532e14662066aa0725932b6f861d9413ae76c3.zip
Whitespace fixes
Diffstat (limited to 'src/fedpkg.py')
-rwxr-xr-xsrc/fedpkg.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fedpkg.py b/src/fedpkg.py
index 63b8dd1..7c38249 100755
--- a/src/fedpkg.py
+++ b/src/fedpkg.py
@@ -933,7 +933,7 @@ The current package is added to the end of the CHAIN list.
Colons (:) can be used in the CHAIN parameter to define groups of
packages. Packages in any single group will be built in parallel
and all packages in a group must build successfully and populate
-the repository before the next group will begin building.
+the repository before the next group will begin building.
For example:
@@ -1011,7 +1011,7 @@ defined, packages will be built sequentially.""")
the master branch for your working \
copy.')
parser_co.set_defaults(command = clone)
-
+
# commit stuff
parser_commit = subparsers.add_parser('commit',
help = 'Commit changes',