Exceptions: finish sentence with fullstop

Commit 5936b2158d added an exception
that was terminated by a comma instead of a full stop.

TrivialFix

Change-Id: I05ee9d9a0a68eeb41fa66b6ec5ad7522eb5c386a
This commit is contained in:
Gary Kotton
2014-11-17 06:24:49 -08:00
parent 11977c2228
commit 940094da91

View File

@@ -677,7 +677,7 @@ class NetworkNotFoundForProject(NotFound):
class NetworkAmbiguous(Invalid):
msg_fmt = _("More than one possible network found. Specify "
"network ID(s) to select which one(s) to connect to,")
"network ID(s) to select which one(s) to connect to.")
class NetworkRequiresSubnet(Invalid):