From 32a58923272199f36d1c2ca75fd4aa8ab034c015 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 30 Dec 2020 13:54:27 +1000 Subject: [PATCH] fix typo in docs Thanks to Gustavo for the report Closes #876 --- docs/linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/linux.md b/docs/linux.md index 7729b667b..3a7ea5c1a 100644 --- a/docs/linux.md +++ b/docs/linux.md @@ -24,7 +24,7 @@ If you are using a packaged Python version that is installed in /usr/bin, you ca immediately to the next section. If Python 3.8 is not available in your distro, you can download it from python.org, -compile it, and install in in /usr/local. +compile it, and install it in /usr/local. Bazel does not look in /usr/local by default. If you've installed Python somewhere other than /usr/bin, you'll need to put the following into a file called user.bazelrc