diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-03-28 20:57:51 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-03-28 20:57:51 +0200 |
| commit | 8087312df4b8f8f2fc0775a98975206694d1b613 (patch) | |
| tree | 1e35ee1de23bb324cfa7b61a0a78bd0191f5e019 | |
| parent | de94cc6cd97201a9cd3fc845b06b97e46251403d (diff) | |
| parent | 8cc9bc319a5ed5237e4c4a40da241ee1159d9233 (diff) | |
| download | python-apt-8087312df4b8f8f2fc0775a98975206694d1b613.tar.gz | |
* merged from otavio (thanks!): documentation updates
| -rw-r--r-- | python/tar.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/tar.cc b/python/tar.cc index 20fb1f5f..22c0327e 100644 --- a/python/tar.cc +++ b/python/tar.cc @@ -88,7 +88,7 @@ bool ProcessTar::DoItem(Item &Itm,int &Fd) // --------------------------------------------------------------------- /* */ char *doc_tarExtract = -"tarExtract(File,Func,Comp) -> None" +"tarExtract(File,Func,Comp) -> None\n" "The tar file referenced by the file object File, Func called for each\n" "Tar member. Comp must be the string \"gzip\" (gzip is automatically invoked) \n"; PyObject *tarExtract(PyObject *Self,PyObject *Args) @@ -128,7 +128,7 @@ PyObject *tarExtract(PyObject *Self,PyObject *Args) // --------------------------------------------------------------------- /* */ char *doc_debExtract = -"debExtract(File,Func,Chunk) -> None" +"debExtract(File,Func,Chunk) -> None\n" "The deb referenced by the file object File is examined. The AR member\n" "given by Chunk is treated as a tar.gz and fed through Func like\n" "tarExtract\n"; |
