projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
799c576
)
Fix a typo in a comment.
author
Zac Medico
<zmedico@gentoo.org>
Fri, 1 Jul 2011 08:50:07 +0000
(
01:50
-0700)
committer
Zac Medico
<zmedico@gentoo.org>
Fri, 1 Jul 2011 08:50:07 +0000
(
01:50
-0700)
pym/portage/tests/util/test_varExpand.py
patch
|
blob
|
history
diff --git
a/pym/portage/tests/util/test_varExpand.py
b/pym/portage/tests/util/test_varExpand.py
index 4af8f80c231de954b307e4c3d7eb70b2eae80c3d..7b528d6dbf32b52de2c81a5eaeb33e31d01403dc 100644
(file)
--- a/
pym/portage/tests/util/test_varExpand.py
+++ b/
pym/portage/tests/util/test_varExpand.py
@@
-27,7
+27,7
@@
class VarExpandTestCase(TestCase):
assignment in a sourced file, in which case it performs
backslash removal for \\ and \$ but nothing more. It also
removes escaped newline characters. Note that we don't
- handle escaped quotes here, since ge
n
config() uses shlex
+ handle escaped quotes here, since ge
t
config() uses shlex
to handle that earlier.
"""