From 3a8098d3f1e9ba6defc8521cf861cc9c9f60f61d Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Thu, 28 Aug 2014 20:57:59 -0700 Subject: Fix two typos --- pym/gentoolkit/revdep_rebuild/analyse.py | 2 +- pym/gentoolkit/test/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pym/gentoolkit/revdep_rebuild/analyse.py b/pym/gentoolkit/revdep_rebuild/analyse.py index bd1b6b7..c553526 100644 --- a/pym/gentoolkit/revdep_rebuild/analyse.py +++ b/pym/gentoolkit/revdep_rebuild/analyse.py @@ -174,7 +174,7 @@ class LibCheck(object): '''Searches the scanned files for broken lib links or for libs to search for - @param scanned_files: optional dictionary if the type created by + @param scanned_files: optional dictionary of the type created by scan_files(). Defaults to the class instance of scanned_files @ returns: dict: {bit_length: {found_lib: set(file_paths)}}. ''' diff --git a/pym/gentoolkit/test/__init__.py b/pym/gentoolkit/test/__init__.py index ea0f3c7..946b552 100644 --- a/pym/gentoolkit/test/__init__.py +++ b/pym/gentoolkit/test/__init__.py @@ -22,4 +22,4 @@ except NameError: return 1 # just to be safe, __lt__/ __gt__ above should have thrown # something like this already - raise TypeError("Comparison between onorderable types") + raise TypeError("Comparison between unorderable types") -- cgit v1.2.3