We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e95b77 commit 9ff3322Copy full SHA for 9ff3322
docs/getting-started/quickstart.md
@@ -198,7 +198,7 @@ def xdp_pass(ctx: c_void_p) -> c_int64:
198
## Best Practices
199
200
1. **Always include a LICENSE** - Required by the kernel
201
-2. **Use type hints** - Helps PythonBPF generate correct code
+2. **Use type hints** - Required by PythonBPF to generate correct code
202
3. **Return the correct type** - Match the expected return type for your program type
203
4. **Test incrementally** - Start simple and add complexity gradually
204
5. **Check kernel logs** - Use `dmesg` to see BPF verifier messages if loading fails
0 commit comments