Skip to content

Commit f475da1

Browse files
authored
Merge pull request #61 from davidbradway/patch-1
did no write -> did not write
2 parents dd47685 + fa4d83d commit f475da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

04-code-vectorization.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ capability and write quite naturally:
264264

265265
.. note::
266266

267-
We did no write `Z = 0` as this would simply assign the value 0 to `Z` that
267+
We did not write `Z = 0` as this would simply assign the value 0 to `Z` that
268268
would then become a simple scalar.
269269

270270
.. code:: python

0 commit comments

Comments
 (0)