diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-04-14 00:47:23 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-04-14 00:47:23 +0200 |
| commit | 8413810c46f802490280b0be1beebaaadf1aa9f2 (patch) | |
| tree | 96a6438fbd87d65b42f5754598c82a584ebf2145 /python/progress.cc | |
| parent | daaa814658b6d2b8e3e2437fcc625096c46395dd (diff) | |
| download | python-apt-8413810c46f802490280b0be1beebaaadf1aa9f2.tar.gz | |
* Remove any trailing whitespace
Diffstat (limited to 'python/progress.cc')
| -rw-r--r-- | python/progress.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/progress.cc b/python/progress.cc index c5a1c138..bec40ce9 100644 --- a/python/progress.cc +++ b/python/progress.cc @@ -185,7 +185,7 @@ bool PyFetchProgress::Pulse(pkgAcquire * Owner) bool res = true; if(!PyArg_Parse(result, "b", &res)) { - // most of the time the user who subclasses the pulse() + // most of the time the user who subclasses the pulse() // method forgot to add a return {True,False} so we just // assume he wants a True return true; |
