From 8da31ad7a8e4bd2e20a50802412c4bfb81f0cc10 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Sun, 8 Sep 2013 19:33:39 +0200 Subject: [PATCH] [entropy.const] const_file_readable: fix typo in docstring --- lib/entropy/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/entropy/const.py b/lib/entropy/const.py index 015d6bd08..9d3f36f9a 100644 --- a/lib/entropy/const.py +++ b/lib/entropy/const.py @@ -1105,7 +1105,7 @@ def const_file_readable(path): @param path: path to a file @type path: string - @return: True, if file exists and is readble + @return: True, if file exists and is readable @rtype: bool """ try: