Skip to content

Commit

Permalink
automatic rebuild of the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 31, 2020
1 parent 64f0b5f commit c061ee5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/utility/misc.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@ <h1 class="title">Module <code>utility.misc</code></h1>
width = len(res[0])
height = len(res[0][0])
padding = [[element] * height] * width
print(padding)

# copy the padding first, else both sides will reference the same list
x = pad_1d_list(res, padding.copy(), thickness)
print(x)

return x</code></pre>
</details>
</section>
Expand Down Expand Up @@ -275,10 +275,10 @@ <h2 id="returns">Returns</h2>
width = len(res[0])
height = len(res[0][0])
padding = [[element] * height] * width
print(padding)

# copy the padding first, else both sides will reference the same list
x = pad_1d_list(res, padding.copy(), thickness)
print(x)

return x</code></pre>
</details>
</dd>
Expand Down

0 comments on commit c061ee5

Please sign in to comment.