[ovs-git] Open vSwitch: python/ovs/db/types: Fix English grammar for enums with one member. (master)

dev at openvswitch.org dev at openvswitch.org
Mon Feb 4 16:14:56 UTC 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  7c1c7699e16153d8816edbced79be8481513f3f3 (commit)
      from  8748ec7b9797afe41b4daf001edd52130160a883 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7c1c7699e16153d8816edbced79be8481513f3f3
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=7c1c7699e16153d8816edbced79be8481513f3f3
Author: Ben Pfaff <blp at nicira.com>
		
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 at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 python/ovs/db/types.py |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list