summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pym/portage/tests/util/test_varExpand.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pym/portage/tests/util/test_varExpand.py b/pym/portage/tests/util/test_varExpand.py
index 4af8f80c2..7b528d6db 100644
--- 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 genconfig() uses shlex
+ handle escaped quotes here, since getconfig() uses shlex
to handle that earlier.
"""