Skip to content

Commit 576e21e

Browse files
authored
Merge pull request #1545 from nmay231/patch-1
Typo in markdown
2 parents b767c69 + 69943d0 commit 576e21e

File tree

1 file changed

+1
-1
lines changed
  • src/jupyter_contrib_nbextensions/nbextensions/freeze

1 file changed

+1
-1
lines changed

src/jupyter_contrib_nbextensions/nbextensions/freeze/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To change the state of a selected cell, press the corresponding button.
1818

1919
The individual cell's state is stored in its metadata and is applied to the cell if the extension is loaded.
2020

21-
##Internals
21+
## Internals
2222

2323
The _read-only_ state is stored in the `cell.metadata.editable` attribute. Cells are editable by default.
2424
The _frozen_ state is stored in the `cell.metadata.run_control.frozen`attribute.

0 commit comments

Comments
 (0)