mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix copy-paste error.
This commit is contained in:
parent
d4c127d93c
commit
25f3266def
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user