Skip to content

Commit 9fd71a9

Browse files
committed
doc: fix bulleted list punctuation in BUILDING.md
Remove/add periods as appropriate in bulleted lists in BUILDING.md. PR-URL: #34849 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ricky Zhou <0x19951125@gmail.com>
1 parent 9d81d12 commit 9fd71a9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

BUILDING.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ test with Python 3.
237237
* GNU Make 3.81 or newer
238238
* Python (see note above)
239239
* Python 2.7
240-
* Python 3.5, 3.6, 3.7, and 3.8.
240+
* Python 3.5, 3.6, 3.7, and 3.8
241241

242242
Installation via Linux package manager can be achieved with:
243243

@@ -256,7 +256,7 @@ Python 3 users may also need to install `python3-distutils`.
256256
* Xcode Command Line Tools >= 10 for macOS
257257
* Python (see note above)
258258
* Python 2.7
259-
* Python 3.5, 3.6, 3.7, and 3.8.
259+
* Python 3.5, 3.6, 3.7, and 3.8
260260

261261
macOS users can install the `Xcode Command Line Tools` by running
262262
`xcode-select --install`. Alternatively, if you already have the full Xcode
@@ -531,7 +531,7 @@ to run it again before invoking `make -j4`.
531531
[Visual Studio 2019](https://visualstudio.microsoft.com/downloads/) or
532532
the "Visual C++ build tools" workload from the
533533
[Build Tools](https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019),
534-
with the default optional components.
534+
with the default optional components
535535
* Basic Unix tools required for some tests,
536536
[Git for Windows](https://git-scm.com/download/win) includes Git Bash
537537
and tools which can be included in the global `PATH`.
@@ -543,9 +543,9 @@ to run it again before invoking `make -j4`.
543543
Optional requirements to build the MSI installer package:
544544

545545
* The [WiX Toolset v3.11](https://wixtoolset.org/releases/) and the
546-
[Wix Toolset Visual Studio 2019 Extension](https://marketplace.visualstudio.com/items?itemName=WixToolset.WixToolsetVisualStudio2019Extension).
546+
[Wix Toolset Visual Studio 2019 Extension](https://marketplace.visualstudio.com/items?itemName=WixToolset.WixToolsetVisualStudio2019Extension)
547547
* The [WiX Toolset v3.14](https://wixtoolset.org/releases/) if
548-
building for Windows 10 on ARM (ARM64).
548+
building for Windows 10 on ARM (ARM64)
549549

550550
Optional requirements for compiling for Windows 10 on ARM (ARM64):
551551

@@ -563,7 +563,7 @@ This script will install the following [Chocolatey](https://chocolatey.org/)
563563
packages:
564564

565565
* [Git for Windows](https://chocolatey.org/packages/git) with the `git` and
566-
Unix tools added to the `PATH`.
566+
Unix tools added to the `PATH`
567567
* [Python 3.x](https://chocolatey.org/packages/python) and
568568
[legacy Python](https://chocolatey.org/packages/python2)
569569
* [Visual Studio 2019 Build Tools](https://chocolatey.org/packages/visualstudio2019buildtools)

0 commit comments

Comments
 (0)