From 3ca69549c21d074be05cd5fc6bf18c727f3c2fd4 Mon Sep 17 00:00:00 2001 From: Bill Ladwig Date: Tue, 6 Jun 2017 13:51:13 -0600 Subject: [PATCH] Fixed a typo in activate command. --- doc/source/workshop.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/workshop.rst b/doc/source/workshop.rst index dd6abc4..5690c51 100644 --- a/doc/source/workshop.rst +++ b/doc/source/workshop.rst @@ -220,7 +220,7 @@ Follow the instructions below to create the tutorial_2017 environment. For Linux and Mac (using bash):: - source activate tutorial_2017. + source activate tutorial_2017 For Windows::