[PATCH] D148657: [docs] Remove a duplicate or unnecessary 'to' in a sentence.
Hiroshi Yamauchi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 19 10:16:06 PDT 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG36a3600785ee: [docs] Remove a duplicate or unnecessary 'to' in a sentence. (authored by hjyamauchi).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148657/new/
https://reviews.llvm.org/D148657
Files:
llvm/docs/GettingStartedVS.rst
Index: llvm/docs/GettingStartedVS.rst
===================================================================
--- llvm/docs/GettingStartedVS.rst
+++ llvm/docs/GettingStartedVS.rst
@@ -58,7 +58,7 @@
<http://www.python.org/>`_. 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 <http://www.python.org/>`_. 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 <https://git-scm.com/>`_ with bash tools, too.
Git for Windows is also bundled with Visual Studio 2019.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148657.515009.patch
Type: text/x-patch
Size: 659 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230419/db803967/attachment.bin>
More information about the llvm-commits
mailing list