Skip to content

Commit 0bf1526

Browse files
authored
Merge pull request jakevdp#40 from fuglede/patch-2
Fix a small typo
2 parents 482a914 + 7f77626 commit 0bf1526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/03.12-Performance-Eval-and-Query.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"source": [
142142
"In other words, *every intermediate step is explicitly allocated in memory*. If the ``x`` and ``y`` arrays are very large, this can lead to significant memory and computational overhead.\n",
143143
"The Numexpr library gives you the ability to compute this type of compound expression element by element, without the need to allocate full intermediate arrays.\n",
144-
"The [Numexpr documentation](https://github.com/pydata/numexpr) has more details, but for the time being it is sufficient to say that the library accepts a *string* giving the NumPy-style expression you'd like to comute:"
144+
"The [Numexpr documentation](https://github.com/pydata/numexpr) has more details, but for the time being it is sufficient to say that the library accepts a *string* giving the NumPy-style expression you'd like to compute:"
145145
]
146146
},
147147
{

0 commit comments

Comments
 (0)