From 5f5a534452a0af0817beec30e81c869dbf523be2 Mon Sep 17 00:00:00 2001 From: dragon788 Date: Thu, 8 Dec 2016 22:04:28 -0600 Subject: [PATCH] Fix typo Fixed a misspelled word. --- docs/dependencies.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dependencies.rst b/docs/dependencies.rst index 19483bce6..c889216e1 100644 --- a/docs/dependencies.rst +++ b/docs/dependencies.rst @@ -23,4 +23,4 @@ In addition, xonsh integrates with Jupyter, an in-browser REPL, enabling the use Development Dependencies ======================== -If you want to develop xonsh, it is extremely recommended to install the depdencies listed in `requirements-docs.txt `_ (to generate documentation) and `requirements-tests.txt `_ (to run the test suite). +If you want to develop xonsh, it is extremely recommended to install the dependencies listed in `requirements-docs.txt `_ (to generate documentation) and `requirements-tests.txt `_ (to run the test suite).