From efff66b81ba6f22815c6087c250d2efe162d712e Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Tue, 25 Jun 2019 09:17:04 +0200 Subject: [PATCH] Fix typo Co-Authored-By: Tim Head --- tests/pipfile/py2-with-server-and-kernel-req/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pipfile/py2-with-server-and-kernel-req/README.rst b/tests/pipfile/py2-with-server-and-kernel-req/README.rst index 9c2ed73f..80bbd663 100644 --- a/tests/pipfile/py2-with-server-and-kernel-req/README.rst +++ b/tests/pipfile/py2-with-server-and-kernel-req/README.rst @@ -2,6 +2,6 @@ Python 2 - Pipfile and requirements3.txt ---------------------------------------- - We should get Python 2 setup for the Kernel - - with 'numpy' installed installed through Pipfile as listed in 'packages' + - with 'numpy' installed through Pipfile as listed in 'packages' - with 'parse' installed installed through Pipfile as listed in 'dev-packages' - We should get Python 3 setup for the Notebook Server, with 'nbgitpuller' installed through requirements3.txt