mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
Fix copy-paste error.
This commit is contained in:
@@ -293,7 +293,7 @@ class Builder(object):
|
||||
par_ok = md.get('parallel_write_safe', True)
|
||||
if not par_ok:
|
||||
self.app.warn('the %s extension is not safe for parallel '
|
||||
'writing, doing serial read' % extname)
|
||||
'writing, doing serial write' % extname)
|
||||
self.parallel_ok = False
|
||||
break
|
||||
|
||||
|
||||
Reference in New Issue
Block a user