Skip to content

Commit

Permalink
fix: fix typo in index.html code example
Browse files Browse the repository at this point in the history
  • Loading branch information
vidhanio authored Oct 21, 2022
1 parent 7ed1a6f commit fba0fa4
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 @@ -153,7 +153,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 fba0fa4

Please sign in to comment.