Skip to content

Commit 060af3e

Browse files
committed
Add missing ":" in code block
1 parent 9cc1503 commit 060af3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/developer/run-ipython.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ import without changing the import path:
1818
:caption: Interactive IPython session
1919
2020
[...]
21-
In [1] from docbuild.cli.context import Doctype
21+
In [1]: from docbuild.cli.context import Doctype
2222
In [2]: Doctype
2323
Out[2]: docbuild.models.doctype.Doctype

0 commit comments

Comments
 (0)