Skip to content

Commit

Permalink
Merge pull request #11 from vidhanio/patch-1
Browse files Browse the repository at this point in the history
fix: fix typo in `index.html` code example
  • Loading branch information
sklam authored Feb 6, 2024
2 parents 284fa41 + fba0fa4 commit 40190be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ <h2 class="featurette-heading">Parallelize Your Algorithms</h2>

<div class="col-lg-4">
<h2 class="mt-3">Simplified Threading</h2>
<pre><code class="language-python">@njit( parallel=True)
<pre><code class="language-python">@njit(parallel=True)
def simulator(out):
# iterate loop in parallel
for i in prange(out.shape[0]):
Expand Down

0 comments on commit 40190be

Please sign in to comment.