commit: 1aae3773185d4338f12b4305b6b5abcd501e7a4a Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org> AuthorDate: Mon Dec 5 19:56:27 2016 +0000 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org> CommitDate: Mon Dec 5 20:35:36 2016 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=1aae3773
portage/__init__.py: Whitespace cleanup pym/portage/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/portage/__init__.py b/pym/portage/__init__.py index c8e8b56..0e036b1 100644 --- a/pym/portage/__init__.py +++ b/pym/portage/__init__.py @@ -217,7 +217,7 @@ class _unicode_func_wrapper(object): and return values to unicode from bytes. Function calls will raise UnicodeEncodeError if an argument fails to be encoded with the required encoding. Return values that - are single strings are decoded with errors='replace'. Return + are single strings are decoded with errors='replace'. Return values that are lists of strings are decoded with errors='strict' and elements that fail to be decoded are omitted from the returned list.