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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user