[entropy.const] const_file_readable: fix typo in docstring

This commit is contained in:
Fabio Erculiani
2013-09-08 19:33:39 +02:00
parent 1dccf0e6ef
commit 8da31ad7a8
+1 -1
View File
@@ -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: