address reviewer comments
diff --git a/openflow_input/standard-1.2 b/openflow_input/standard-1.2
index 440efe6..e4c8ec2 100644
--- a/openflow_input/standard-1.2
+++ b/openflow_input/standard-1.2
@@ -70,7 +70,7 @@
     OFPP_LOCAL = 0xfffffffe,
 };
 
-enum ofp_port_no(wire_type=uint32_t, complete=no) {
+enum ofp_port_no(wire_type=uint32_t, complete=False) {
     OFPP_ANY = 0xffffffff,
 };