Skip to content

Commit 4660bb5

Browse files
committed
FIX: Newline
1 parent fca3648 commit 4660bb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx/environment/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def _update_config(self, config):
233233
"""Update configurations by new one."""
234234
self.config_status = CONFIG_OK
235235
if self.config is None:
236-
logger.info(__('Config is new... '), nonl=True)
236+
logger.info(__('Configuration is new (clean build).'))
237237
self.config_status = CONFIG_NEW
238238
else:
239239
# check if a config value was changed that affects how

0 commit comments

Comments
 (0)