Skip to content

Commit ef90627

Browse files
authored
Fix typo in documentation dev docs
1 parent 0f3c77f commit ef90627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/dev_docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ First create a [conda environment](http://conda.pydata.org/docs/using/envs.html#
88

99
```bash
1010
# create the environment
11-
conda env create -n ipywidgets_docs -c conda-forge python pip
11+
conda create -n ipywidgets_docs -c conda-forge python pip
1212

1313
# activate the environment
1414
conda activate ipywidgets_docs # Linux and OS X

0 commit comments

Comments
 (0)