Skip to content

Commit 0d71bbb

Browse files
committed
Remove mention to install step in cell updater
1 parent ebba5e7 commit 0d71bbb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/tutorial-cell-updater.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
"""This script, which should be run from the `docs/` directory, updates all the
33
notebooks under `docs/tutorials` in order to automatically perform mass updates
4-
of certain common cells (header, footer, install steps).
4+
of certain common cells (e.g. footer, header).
55
66
Authors
77
@@ -73,7 +73,7 @@ def update_header_cell(header_cell: dict, tutorial_path: str):
7373

7474
def update_footer_cell(footer_cell: dict):
7575
"""Updates the content of a jupyter cell from the footer template.
76-
76+
7777
Arguments
7878
---------
7979
footer_cell: dict

0 commit comments

Comments
 (0)