diff options
| author | Julian Andres Klode <jak@debian.org> | 2010-04-21 16:59:48 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2010-04-21 16:59:48 +0200 |
| commit | 6a519d479e384b0c1044ee456b1b0fb90ab41248 (patch) | |
| tree | a8396c55a775a2419066d4bf63ad29349371dd56 /python/pkgsrcrecords.cc | |
| parent | d624e84bf5ea40d2ae19b8ac02af77766e063d52 (diff) | |
| download | python-apt-6a519d479e384b0c1044ee456b1b0fb90ab41248.tar.gz | |
python: Commit documentation changes suggested by debian-l10n-english.
Diffstat (limited to 'python/pkgsrcrecords.cc')
| -rw-r--r-- | python/pkgsrcrecords.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/pkgsrcrecords.cc b/python/pkgsrcrecords.cc index 108eff7f..aad3ef7e 100644 --- a/python/pkgsrcrecords.cc +++ b/python/pkgsrcrecords.cc @@ -36,9 +36,9 @@ struct PkgSrcRecordsStruct static char *doc_PkgSrcRecordsLookup = "lookup(name: str) -> bool\n\n" - "Lookup the source package with the given name. Each call moves\n" + "Look up the source package with the given name. Each call moves\n" "the position of the records parser forward. If there are no\n" - "records anymore, return None. If the lookup failed this way,\n" + "more records, return None. If the lookup failed this way,\n" "access to any of the attributes will result in an AttributeError."; static PyObject *PkgSrcRecordsLookup(PyObject *Self,PyObject *Args) { @@ -231,7 +231,7 @@ static PyGetSetDef PkgSrcRecordsGetSet[] = { {"binaries",PkgSrcRecordsGetBinaries,0, "A list of the names of the binaries produced by this source package."}, {"build_depends",PkgSrcRecordsGetBuildDepends,0, - "A dictionary describing the build-time dependencies of the package,\n" + "A dictionary describing the build-time dependencies of the package;\n" "the format is the same as used for apt_pkg.Version.depends_list_str."}, {"files",PkgSrcRecordsGetFiles,0, "A list of tuples (md5: str, size: int, path: str, type: str), whereas\n" |
