summaryrefslogtreecommitdiff
path: root/doc/source/apt_pkg
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2009-04-14 00:47:23 +0200
committerJulian Andres Klode <jak@debian.org>2009-04-14 00:47:23 +0200
commit8413810c46f802490280b0be1beebaaadf1aa9f2 (patch)
tree96a6438fbd87d65b42f5754598c82a584ebf2145 /doc/source/apt_pkg
parentdaaa814658b6d2b8e3e2437fcc625096c46395dd (diff)
downloadpython-apt-8413810c46f802490280b0be1beebaaadf1aa9f2.tar.gz
* Remove any trailing whitespace
Diffstat (limited to 'doc/source/apt_pkg')
-rw-r--r--doc/source/apt_pkg/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/apt_pkg/index.rst b/doc/source/apt_pkg/index.rst
index 38310bb5..60c3ba9b 100644
--- a/doc/source/apt_pkg/index.rst
+++ b/doc/source/apt_pkg/index.rst
@@ -252,7 +252,7 @@ Dependencies
>>> apt_pkg.ParseDepends("PkgA (>= VerA) | PkgB (>= VerB)")
[[('PkgA', 'VerA', '>='), ('PkgB', 'VerB', '>=')]]
-
+
Furthemore, this function also supports to limit the architectures, as
used in e.g. Build-Depends::