diff options
| -rw-r--r-- | apt/cache.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt/cache.py b/apt/cache.py index 850028bf..748dfa86 100644 --- a/apt/cache.py +++ b/apt/cache.py @@ -95,7 +95,7 @@ class Cache(object): changes.append(p) return changes - def upgrade(self, DistUpgrade=False): + def upgrade(self, distUpgrade=False): """ Upgrade the all package, DistUpgrade will also install new dependencies """ |
