mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix indentation
This commit is contained in:
parent
d0bc66da58
commit
fe101177c3
@ -85,7 +85,7 @@ class MecabBinder(object):
|
|||||||
dict = options.get('dict')
|
dict = options.get('dict')
|
||||||
if dict:
|
if dict:
|
||||||
param += ' -d %s' % dict
|
param += ' -d %s' % dict
|
||||||
|
|
||||||
fs_enc = sys.getfilesystemencoding() or sys.getdefaultencoding()
|
fs_enc = sys.getfilesystemencoding() or sys.getdefaultencoding()
|
||||||
|
|
||||||
self.ctypes_libmecab = ctypes.CDLL(libpath)
|
self.ctypes_libmecab = ctypes.CDLL(libpath)
|
||||||
|
Loading…
Reference in New Issue
Block a user