Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r9710 - main/trunk/pym/_emerge
Date: Fri, 04 Apr 2008 20:41:52
Message-Id: E1JhsjO-000097-2t@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-04-04 20:41:48 +0000 (Fri, 04 Apr 2008)
3 New Revision: 9710
4
5 Modified:
6 main/trunk/pym/_emerge/__init__.py
7 Log:
8 Add missing "the" to fix grammar.
9
10
11 Modified: main/trunk/pym/_emerge/__init__.py
12 ===================================================================
13 --- main/trunk/pym/_emerge/__init__.py 2008-04-04 18:59:38 UTC (rev 9709)
14 +++ main/trunk/pym/_emerge/__init__.py 2008-04-04 20:41:48 UTC (rev 9710)
15 @@ -5598,8 +5598,8 @@
16 print
17
18 def show_mask_docs():
19 - print "For more information, see MASKED PACKAGES section in the emerge man page or "
20 - print "refer to the Gentoo Handbook."
21 + print "For more information, see the MASKED PACKAGES section in the emerge"
22 + print "man page or refer to the Gentoo Handbook."
23
24 def action_sync(settings, trees, mtimedb, myopts, myaction):
25 xterm_titles = "notitles" not in settings.features
26
27 --
28 gentoo-commits@l.g.o mailing list