summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contributors/design-proposals/network-policy.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/network-policy.md b/contributors/design-proposals/network-policy.md
index e4f09283..32f7c016 100644
--- a/contributors/design-proposals/network-policy.md
+++ b/contributors/design-proposals/network-policy.md
@@ -215,7 +215,7 @@ def is_traffic_allowed(traffic, pod):
return True
# Ingress isolation is DefaultDeny and no policies match the given pod and traffic.
- return false
+ return False
```
### Potential Future Work / Questions