From c6b89434b018c9b3ca3c13fb78bab20981fee6e6 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Sat, 28 Jul 2012 17:14:31 -0400 Subject: Fix typos: the the -> the (closes: #679432) --- doc/source/library/apt_pkg.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/source/library/apt_pkg.rst') diff --git a/doc/source/library/apt_pkg.rst b/doc/source/library/apt_pkg.rst index b5ee1a53..7a359652 100644 --- a/doc/source/library/apt_pkg.rst +++ b/doc/source/library/apt_pkg.rst @@ -47,7 +47,7 @@ Working with the cache The cache supports colon-separated name:architecture pairs. For normal architectures, they are equal to a (name, architecture) - tuple. For the the "any" architecture behavior is different, as + tuple. For the "any" architecture behavior is different, as "name:any" is equivalent to ("name:any", "any"). This is done so that "name:any" matches all packages with that name which have Multi-Arch: allowed set. @@ -410,17 +410,17 @@ Installing with :class:`PackageManager` .. attribute:: RESULT_COMPLETED - A constant for checking whether the the result of the call to + A constant for checking whether the result of the call to :meth:`do_install` is 'failed'. .. attribute:: RESULT_FAILED - A constant for checking whether the the result of the call to + A constant for checking whether the result of the call to :meth:`do_install` is 'failed'. .. attribute:: RESULT_INCOMPLETE - A constant for checking whether the the result of the call to + A constant for checking whether the result of the call to :meth:`do_install` is 'incomplete'. All instances of this class also support the following methods: -- cgit v1.2.3