diff options
Diffstat (limited to 'numpy/doc/reference/broadcasting.py')
-rw-r--r-- | numpy/doc/reference/broadcasting.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/numpy/doc/reference/broadcasting.py b/numpy/doc/reference/broadcasting.py new file mode 100644 index 000000000..797d0edba --- /dev/null +++ b/numpy/doc/reference/broadcasting.py @@ -0,0 +1,9 @@ +""" + +======================== +Broadcasting over arrays +======================== + +Placeholder for broadcasting documentation. + +""" |