mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
fix line length
This commit is contained in:
@@ -192,7 +192,8 @@ class Config(object):
|
||||
if isinstance(value, bytes) and nonascii_re.search(value):
|
||||
warn('the config value %r is set to a string with non-ASCII '
|
||||
'characters; this can lead to Unicode errors occurring. '
|
||||
'Please use Unicode strings, e.g. %r.' % (name, u'Content'))
|
||||
'Please use Unicode strings, e.g. %r.' % (name, u'Content')
|
||||
)
|
||||
|
||||
def init_values(self):
|
||||
config = self._raw_config
|
||||
|
||||
Reference in New Issue
Block a user