[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
Tue Apr 18 13:31:07 PDT 2023
hjyamauchi created this revision.
hjyamauchi added reviewers: RKSimon, stella.stamenova, yaron.keren, sylvestre.ledru.
Herald added a project: All.
hjyamauchi requested review of this revision.
Herald added a project: LLVM.
Repository:
rG LLVM Github Monorepo
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.514728.patch
Type: text/x-patch
Size: 659 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230418/210af566/attachment.bin>
More information about the llvm-commits
mailing list