diff options
| author | Julian Andres Klode <jak@debian.org> | 2011-05-27 16:06:22 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2011-05-27 16:06:22 +0200 |
| commit | ab08c42c90e9aab009b6d5f1b4bdce0c68300fa5 (patch) | |
| tree | f814d7db7455592dc1135a4681c21605dd5c3db8 /doc/source/library/apt.progress.base.rst | |
| parent | 1a1d96e49901a834d6208d3561877d8f16d5b758 (diff) | |
| download | python-apt-ab08c42c90e9aab009b6d5f1b4bdce0c68300fa5.tar.gz | |
Fix spelling errors reported by Lintian (sep[a->e]rated, overrid[d]en)
Diffstat (limited to 'doc/source/library/apt.progress.base.rst')
| -rw-r--r-- | doc/source/library/apt.progress.base.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/library/apt.progress.base.rst b/doc/source/library/apt.progress.base.rst index 3fd2a7a0..22006f77 100644 --- a/doc/source/library/apt.progress.base.rst +++ b/doc/source/library/apt.progress.base.rst @@ -233,7 +233,7 @@ InstallProgress (Abstract) Called when a error is detected during the install. - The following method should be overriden to implement progress reporting + The following method should be overridden to implement progress reporting for dpkg-based runs i.e. calls to :meth:`run` with a filename: .. method:: processing(pkg, stage) @@ -252,7 +252,7 @@ InstallProgress file (:file:`/var/lib/dpkg/status`) and documented in :manpage:`dpkg(1)`. - The following methods should be overriden to implement progress reporting + The following methods should be overridden to implement progress reporting for :meth:`run` calls with an :class:`apt_pkg.PackageManager` object as their parameter: @@ -274,7 +274,7 @@ InstallProgress This method is called when all changes have been applied. There are also several methods which are fully implemented and should not - be overriden by subclasses unless the subclass has very special needs: + be overridden by subclasses unless the subclass has very special needs: .. method:: fork() -> int |
