From 36a3600785ee1800edc0eef314b28266634a176a Mon Sep 17 00:00:00 2001 From: Hiroshi Yamauchi Date: Tue, 18 Apr 2023 13:05:52 -0700 Subject: [PATCH] [docs] Remove a duplicate or unnecessary 'to' in a sentence. Differential Revision: https://reviews.llvm.org/D148657 --- llvm/docs/GettingStartedVS.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/GettingStartedVS.rst b/llvm/docs/GettingStartedVS.rst index 696bfe5..6c6d553 100644 --- a/llvm/docs/GettingStartedVS.rst +++ b/llvm/docs/GettingStartedVS.rst @@ -58,7 +58,7 @@ If you would like to run the LLVM tests you will need `Python `_. Version 3.6 and newer are known to work. You can install Python with Visual Studio 2019, from the Microsoft store or from the `Python web site `_. We recommend the latter since it -allows you to to adjust installation options. +allows you to adjust installation options. You will need `Git for Windows `_ with bash tools, too. Git for Windows is also bundled with Visual Studio 2019. -- 2.7.4