Skip to content

Commit

Permalink
fix(docs): typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Oct 30, 2024
1 parent c77376d commit 656a1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/nbsetup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
cell = cells[0]

if "nbsetup-skip" in cell["metadata"]["tags"]:
continue # Skip this cell, we don't to overwrite it
continue # Skip this cell, we don't want to overwrite it

for field, value in CELL.items():
cell[field] = value
Expand Down

0 comments on commit 656a1ac

Please sign in to comment.