python/ovs/db/types: Fix English grammar for enums with one member.
authorBen Pfaff <blp@nicira.com>
Fri, 1 Feb 2013 22:52:49 +0000 (14:52 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 4 Feb 2013 16:11:26 +0000 (08:11 -0800)
commit7c1c7699e16153d8816edbced79be8481513f3f3
tree632a68767c45d4f1e7a39e54cccb38276dc3d01b
parent8748ec7b9797afe41b4daf001edd52130160a883
python/ovs/db/types: Fix English grammar for enums with one member.

Before this change, enums that have one member were formatted as, e.g.:
    "one of xyzzy, , or "
This changes them to be formatted as:
    "must be xyzzy"
which makes much more sense.

(An enum with one member may make some sense if you are trying to leave
the possibility for future expansion.)

Signed-off-by: Ben Pfaff <blp@nicira.com>
python/ovs/db/types.py