summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-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::