Skip to content
Snippets Groups Projects
Commit ab5b3c20 authored by Raniere Silva's avatar Raniere Silva
Browse files

Fix error message

parent 3eaab252
Branches
Tags
No related merge requests found
......@@ -450,7 +450,7 @@ class ReferencePageValidator(MarkdownValidator):
logging.error(
"In {0}:"
"Subsequent lines of definition must "
"start with ' '.".format(
"start with ' '.".format(
self.filename))
entry_is_valid = False
return entry_is_valid
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment