From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QhUkS-0000mN-CA for garchives@archives.gentoo.org; Thu, 14 Jul 2011 22:51:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E810621C0FE; Thu, 14 Jul 2011 22:51:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B60BC21C0FE for ; Thu, 14 Jul 2011 22:51:03 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 38D9B2AC2CB for ; Thu, 14 Jul 2011 22:51:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 495C38003D for ; Thu, 14 Jul 2011 22:51:02 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: Subject: [gentoo-commits] proj/gentoopm:master commit in: gentoopm/basepm/ X-VCS-Repository: proj/gentoopm X-VCS-Files: gentoopm/basepm/atom.py X-VCS-Directories: gentoopm/basepm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: b25fe432d0e869988e1af02004fcf518e06f7d3d Date: Thu, 14 Jul 2011 22:51:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 919ac51c58516fc249028d3e7f7d2a48 commit: b25fe432d0e869988e1af02004fcf518e06f7d3d Author: Micha=C5=82 G=C3=B3rny gentoo org> AuthorDate: Thu Jul 14 21:11:17 2011 +0000 Commit: Micha=C5=82 G=C3=B3rny gentoo org> CommitDate: Thu Jul 14 21:11:17 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gentoopm.git;= a=3Dcommit;h=3Db25fe432 Fix doc references. --- gentoopm/basepm/atom.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gentoopm/basepm/atom.py b/gentoopm/basepm/atom.py index 3090e3e..040563a 100644 --- a/gentoopm/basepm/atom.py +++ b/gentoopm/basepm/atom.py @@ -56,7 +56,7 @@ class PMAtom(ABCObject): Whether the atom is complete, i.e. whether the category is specified. =20 If an atom is incomplete, it is impossible to stringify it. Using such - an atom with L{PMPackageSet.select()} may result + an atom with L{pkg.PMPackageSet.select()} may result in an L{AmbiguousPackageSetError}. =20 @type: bool