Skip to content

Commit 30b908e

Browse files
committed
Fix error message
1 parent 84ece4c commit 30b908e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

readthedocs/projects/exceptions.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ class ProjectConfigurationError(BuildEnvironmentError):
1919
)
2020

2121
MULTIPLE_CONF_FILES = _(
22-
'There are more than one conf.py file and none of them say doc '
23-
"in their path, we don't know which one use. Please, select "
24-
'the correct one under the Advanced settings tab in the '
25-
"project's Admin."
22+
'We found more than one conf.py and are not sure which one to use. '
23+
'Please, specify the correct file under the Advanced settings tab '
24+
"in the project's Admin."
2625
)
2726

2827

0 commit comments

Comments
 (0)