summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/glossary.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/glossary.rst b/doc/source/glossary.rst
index 5f8de3988..17071c8f1 100644
--- a/doc/source/glossary.rst
+++ b/doc/source/glossary.rst
@@ -241,7 +241,7 @@ Glossary
broadcast
- ``broadcasting`` is NumPy's ability to process ndarrays of
+ *broadcasting* is NumPy's ability to process ndarrays of
different sizes as if all were the same size.
It permits an elegant do-what-I-mean behavior where, for instance,