Commit 74eb44fb authored by Reinout van Rees's avatar Reinout van Rees

Capitalization

parent 1f623c0d
...@@ -235,7 +235,7 @@ class Installer: ...@@ -235,7 +235,7 @@ class Installer:
""" """
output = [ output = [
"version and requirements information containing %s:" % name] "Version and requirements information containing %s:" % name]
version_constraint = self._versions.get(name) version_constraint = self._versions.get(name)
if version_constraint: if version_constraint:
output.append( output.append(
......
...@@ -248,7 +248,7 @@ we'll get an error: ...@@ -248,7 +248,7 @@ we'll get an error:
zc.buildout.easy_install DEBUG zc.buildout.easy_install DEBUG
Installing 'demo >0.2'. Installing 'demo >0.2'.
zc.buildout.easy_install INFO zc.buildout.easy_install INFO
version and requirements information containing demo: Version and requirements information containing demo:
[versions] constraint on demo: 0.2 [versions] constraint on demo: 0.2
Base installation request: 'demo >0.2' Base installation request: 'demo >0.2'
......
Markdown is supported
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