From bb6ceb959e5ec6ff4bd2f2f55b9832d133b60957 Mon Sep 17 00:00:00 2001 From: jgruber99 <63973998+jgruber99@users.noreply.github.com> Date: Sat, 12 Feb 2022 14:12:23 +0100 Subject: [PATCH] Typo inthe Contributing Markdown File --- docs/_docs/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/contributing.md b/docs/_docs/contributing.md index 96a3bdb..4aa39d0 100644 --- a/docs/_docs/contributing.md +++ b/docs/_docs/contributing.md @@ -158,7 +158,7 @@ Prophet uses the ``unittest`` package for running tests in Python and ``testthat The entire test suite can be run by typing: ```bash -$ python setup.py tests +$ python setup.py test ``` ### R