Skip to content

Commit 69943d0

Browse files
authored
Typo in markdown
1 parent b767c69 commit 69943d0

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)