[diffoscope] 01/01: Fix wording in comment

Reiner Herrmann reiner at reiner-h.de
Wed Dec 14 16:43:32 CET 2016


This is an automated email from the git hooks/post-receive script.

deki-guest pushed a commit to branch master
in repository diffoscope.

commit 9d9fbd25fd5c03a000947b7bba2f568bbdb5cace
Author: Reiner Herrmann <reiner at reiner-h.de>
Date:   Wed Dec 14 16:42:46 2016 +0100

    Fix wording in comment
---
 diffoscope/comparators/utils.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diffoscope/comparators/utils.py b/diffoscope/comparators/utils.py
index f757f4e..5d8c633 100644
--- a/diffoscope/comparators/utils.py
+++ b/diffoscope/comparators/utils.py
@@ -171,7 +171,7 @@ class Container(object, metaclass=abc.ABCMeta):
         return self._source
 
     def get_members(self):
-        """Returns a directory. The key is what is used to match when comparing containers."""
+        """Returns a dictionary. The key is what is used to match when comparing containers."""
         return collections.OrderedDict(self.get_all_members())
 
     def lookup_file(self, *names):

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git


More information about the diffoscope mailing list