aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-06-09 18:10:51 -0700
committerZac Medico <zmedico@gentoo.org>2011-06-09 18:10:51 -0700
commite47b87636a060358a83430701135e25c2350aa4f (patch)
treedf15615378c9512c15e56f4bb1361cdc2f31aa02 /pym/portage/dep
parentportage.5: doc repo and wildcard atom extensions (diff)
downloadportage-e47b87636a060358a83430701135e25c2350aa4f.tar.gz
portage-e47b87636a060358a83430701135e25c2350aa4f.tar.bz2
portage-e47b87636a060358a83430701135e25c2350aa4f.zip
Fix some typoes in docs and comments.v2.2.0_alpha39
Diffstat (limited to 'pym/portage/dep')
-rw-r--r--pym/portage/dep/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/dep/__init__.py b/pym/portage/dep/__init__.py
index b9020a7a7..5832fd9ec 100644
--- a/pym/portage/dep/__init__.py
+++ b/pym/portage/dep/__init__.py
@@ -1063,7 +1063,7 @@ class Atom(_atom_base):
(_atom_base, type(s)))
if not isinstance(s, _atom_base):
- # Avoid TypeError with from _atom_base.__init__ with PyPy.
+ # Avoid TypeError from _atom_base.__init__ with PyPy.
s = _unicode_decode(s)
_atom_base.__init__(s)