Skip to content

Commit

Permalink
Fixed error message for build docs (#1118)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnekaunisto authored Mar 30, 2020
1 parent 98c73cd commit fc691e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def run_tests(self):
except ImportError:
raise ImportError(
"Running the documenation builds has additional"
" dependencies. Please run (pip install moviepy[docs])"
" dependencies. Please run (pip install moviepy[doc])"
)

cmdclass["build_docs"] = BuildDoc
Expand Down

0 comments on commit fc691e9

Please sign in to comment.