From e47b87636a060358a83430701135e25c2350aa4f Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 9 Jun 2011 18:10:51 -0700 Subject: Fix some typoes in docs and comments. --- pym/portage/dep/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pym/portage') 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) -- cgit v1.2.3-1-g7c22