Skip to content

Commit

Permalink
Merge pull request #2773 from jtpio/patch-1
Browse files Browse the repository at this point in the history
Fix typo in documentation dev docs
  • Loading branch information
jasongrout authored Feb 6, 2020
2 parents 0f3c77f + ef90627 commit 8fbc773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/dev_docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ First create a [conda environment](http://conda.pydata.org/docs/using/envs.html#

```bash
# create the environment
conda env create -n ipywidgets_docs -c conda-forge python pip
conda create -n ipywidgets_docs -c conda-forge python pip

# activate the environment
conda activate ipywidgets_docs # Linux and OS X
Expand Down

0 comments on commit 8fbc773

Please sign in to comment.