diff options
author | Nathaniel J. Smith <njs@pobox.com> | 2014-03-11 03:08:44 +0000 |
---|---|---|
committer | Nathaniel J. Smith <njs@pobox.com> | 2014-03-11 03:08:44 +0000 |
commit | 3151e78d94f441082a248d78d7576438f9aae11b (patch) | |
tree | 6571e5105acc4c6fc82788bc6cd09105e93434dd /doc/neps | |
parent | 09df6397dfac1bf6b31e945e43925a3b6df62ab1 (diff) | |
download | numpy-3151e78d94f441082a248d78d7576438f9aae11b.tar.gz |
another ReST tweak
Diffstat (limited to 'doc/neps')
-rw-r--r-- | doc/neps/return-of-revenge-of-matmul-pep.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/neps/return-of-revenge-of-matmul-pep.rst b/doc/neps/return-of-revenge-of-matmul-pep.rst index 844e63cd2..86ae19863 100644 --- a/doc/neps/return-of-revenge-of-matmul-pep.rst +++ b/doc/neps/return-of-revenge-of-matmul-pep.rst @@ -476,7 +476,7 @@ The combined column is thus strongly weighted towards the stdlib, which is much larger than both projects put together (stdlib: 411575 SLOC, scikit-learn: 50924 SLOC, nipy: 37078 SLOC). [#sloc-details]_ -The **dot** row (marked ``******``) counts how common matrix multiply +The ``dot`` row (marked ``******``) counts how common matrix multiply operations are in each codebase. :: |