summaryrefslogtreecommitdiff
path: root/numpy/random/_examples/cython/extending_distributions.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/random/_examples/cython/extending_distributions.pyx')
-rw-r--r--numpy/random/_examples/cython/extending_distributions.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/random/_examples/cython/extending_distributions.pyx b/numpy/random/_examples/cython/extending_distributions.pyx
index 1bef506ef..4da6a4b3a 100644
--- a/numpy/random/_examples/cython/extending_distributions.pyx
+++ b/numpy/random/_examples/cython/extending_distributions.pyx
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#cython: language_level=3
"""
This file shows how the to use a BitGenerator to create a distribution.