Skip to content

Commit 17063ef

Browse files
committed
fix code snippet
1 parent 1cb0081 commit 17063ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/other_extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ const plugin: JupyterFrontEndPlugin<void> = {
115115

116116
You will need to request the `jupyterlab-blockly` package as a dependency for your extension, in order to ensure it is installed and available to provide the token `IBlocklyRegistry`. To do this, you need to add the following line to your `pyproject.toml` file.
117117

118-
```toml
118+
```
119119
// pyproject.toml : 26
120120
121121
dependencies = [

0 commit comments

Comments
 (0)