summaryrefslogtreecommitdiffstats
path: root/pym/portage/__init__.py
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-10-09 22:13:04 +0000
committerZac Medico <zmedico@gentoo.org>2009-10-09 22:13:04 +0000
commit6430efa0bcf9379b50ccaea0e1c2b2ea347ea212 (patch)
treeb440d25866e44eb185b9060418a4f25d95b314c7 /pym/portage/__init__.py
parent5faa8b31f5f34527a627acfe77b1d6715ac4ce76 (diff)
downloadportage-6430efa0bcf9379b50ccaea0e1c2b2ea347ea212.tar.gz
portage-6430efa0bcf9379b50ccaea0e1c2b2ea347ea212.tar.bz2
portage-6430efa0bcf9379b50ccaea0e1c2b2ea347ea212.zip
Bug #274497 - Misc spelling, grammar, and terminology fixes, including
URL -> URI and FOO's -> FOOs. svn path=/main/trunk/; revision=14531
Diffstat (limited to 'pym/portage/__init__.py')
-rw-r--r--pym/portage/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py
index a0c9277a9..9224b7138 100644
--- a/pym/portage/__init__.py
+++ b/pym/portage/__init__.py
@@ -6578,7 +6578,7 @@ def doebuild(myebuild, mydo, myroot, mysettings, debug=0, listonly=0,
@type dbkey: Dict or String
@param use_cache: Enables the cache
@type use_cache: Boolean
- @param fetchall: Used to wrap fetch(), fetches all URI's (even ones invalid due to USE conditionals)
+ @param fetchall: Used to wrap fetch(), fetches all URIs (even ones invalid due to USE conditionals)
@type fetchall: Boolean
@param tree: Which tree to use ('vartree','porttree','bintree', etc..), defaults to 'porttree'
@type tree: String