From 42c943d762e4760b452095c159139ad1b44a873e Mon Sep 17 00:00:00 2001 From: Kyle Anthony Williams Date: Fri, 4 Dec 2020 12:17:52 -0500 Subject: [PATCH] Made an oopsie in the venv instructions. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2d065bba9..62378dfd1 100644 --- a/.gitignore +++ b/.gitignore @@ -23,5 +23,5 @@ scripts/pdf/*.html scripts/pdf/tldr-pages.pdf # Python venv for testing the PDF script -# Envoke it with: python3 -m scripts/pdf/venv/ +# Create it with: python3 -m venv scripts/pdf/venv/ scripts/pdf/venv/