Skip to content

Commit 2e36730

Browse files
authored
Fix typo
1 parent 6abb1dd commit 2e36730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

62-cell-id/cell-id.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ Use Option B. Option C is also viable but adds a corpus requirement to the id ge
252252
7. So if nbformat >= 4.5 loads in a pre 4.5 notebook, then a cell ID would be generated and added to each cell?
253253
- Yes.
254254
8. If a cell is cut out of a notebook and pasted into another, should the cell ID be retained?
255-
- No. Much like copying contents out of one document into another -- you have a new cell with equivalent contends and a new id.
255+
- No. Much like copying contents out of one document into another -- you have a new cell with equivalent contents and a new id.
256256
9. What are the details when splitting cells?
257257
- One cell (preferably the one with the top half of the code) keeps the id, the other gets a new id. This could be adjusted if folks want a different behavior without being a huge problem so long as we're consistent.
258258

0 commit comments

Comments
 (0)