diff options
Diffstat (limited to 'python/pkgmanager.cc')
| -rw-r--r-- | python/pkgmanager.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/pkgmanager.cc b/python/pkgmanager.cc index b501ee1a..95e8c27e 100644 --- a/python/pkgmanager.cc +++ b/python/pkgmanager.cc @@ -105,9 +105,9 @@ static PyMethodDef PkgManagerMethods[] = "do_install(status_fd: int) -> int\n\n" "Install the packages and return one of the class constants\n" "RESULT_COMPLETED, RESULT_FAILED, RESULT_INCOMPLETE. The argument\n" - "status_fd can be used to specify a file descriptor where APT will\n" + "status_fd can be used to specify a file descriptor that APT will\n" "write status information on (see README.progress-reporting in the\n" - "apt source code for information what is written there)."}, + "apt source code for information on what will be written there)."}, {"fix_missing",PkgManagerFixMissing,METH_VARARGS, "fix_missing() -> bool\n\n" "Fix the installation if a package could not be downloaded."}, |
