From 6d96f550d63313a9acebb661e78edbfdcf936956 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 17 Sep 2018 21:33:36 +0000 Subject: fix typo in python/README --- python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/README.md b/python/README.md index 039dd8c..198c949 100644 --- a/python/README.md +++ b/python/README.md @@ -59,7 +59,7 @@ tarball can be done like: export PIPENV_VENV_IN_PROJECT=1 pipenv install --deploy - tar -czf venv-current.tar.gz -C .venv .""" + tar -czf venv-current.tar.gz -C .venv . ### Extraction Task -- cgit v1.2.3