aboutsummaryrefslogtreecommitdiffstats
path: root/src/vpp/stats/stats.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpp/stats/stats.md')
-rw-r--r--src/vpp/stats/stats.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpp/stats/stats.md b/src/vpp/stats/stats.md
index 20ca7909baa..8671f56e4a5 100644
--- a/src/vpp/stats/stats.md
+++ b/src/vpp/stats/stats.md
@@ -61,7 +61,7 @@ A new client library can either wrap the C library (libvppapiclient.so) or it ca
### Python
```
-#!/usr/bin/env python
+#!/usr/bin/env python3
from vpp_papi.vpp_stats import VPPStats
stats = VPPStats('/run/vpp/stats.sock')
dir = stats.ls(['^/if', '/err/ip4-input', '/sys/node/ip4-input'])