Fix message nit pointed out by @pfmoore

This commit is contained in:
Pradyun Gedam 2018-07-21 16:26:15 +05:30
parent 4d772e6cf6
commit 2dd3a28bac
No known key found for this signature in database
GPG Key ID: DA17C4B29CB32E4B
1 changed files with 1 additions and 1 deletions

View File

@ -585,7 +585,7 @@ class InstallRequirement(object):
if "requires" not in build_system:
raise InstallationError(
error_template.format(package=self, reason=(
"it has a 'build-system' table but not the "
"it has a 'build-system' table but not "
"'build-system.requires' which is mandatory in the table"
))
)