Minor doctest fix

This commit is contained in:
Miroslav Štampar 2026-06-19 23:59:52 +02:00
parent 824ef464e1
commit 2aed8d1513
3 changed files with 20 additions and 14 deletions

View file

@ -2077,7 +2077,7 @@ def getFileType(filePath):
"""
Returns "magic" file type for given file path
>>> getFileType(__file__)
>>> getFileType(paths.SQL_KEYWORDS)
'text'
>>> getFileType(sys.executable)
'binary'