Skip to content

Commit ceaf199

Browse files
authored
fix typo with quotes in docs (#409)
fixes minor typo where quotes are improperly outside the brackets rather than inside
2 parents 587c7d9 + 49134d9 commit ceaf199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/format_description.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ regardless of format.
302302
# nbconvert to formats other than this will exclude this cell.
303303
"format": "mime/type"
304304
},
305-
"source": "[some nbformat output text]",
305+
"source": ["some nbformat output text"],
306306
}
307307

308308

0 commit comments

Comments
 (0)