The Wayback Machine - https://web.archive.org/web/20210609211757/https://github.com/python/devguide/commit/8dc1d86788d4c838373537abe1021e905c43d4ac
Skip to content
Permalink
Browse files
Fix typo: remove extra "the" (#500)
  • Loading branch information
jdufresne authored and Mariatta committed Jun 21, 2019
1 parent f9016de commit 8dc1d86788d4c838373537abe1021e905c43d4ac
Showing with 2 additions and 2 deletions.
  1. +2 −2 clang.rst
@@ -6,8 +6,8 @@ Dynamic Analysis with Clang

This document describes how to use Clang to perform analysis on Python and its
libraries. In addition to performing the analysis, the document will cover
downloading, building and installing the the latest Clang/LLVM combination
(which is currently 3.4).
downloading, building and installing the latest Clang/LLVM combination (which
is currently 3.4).

This document does not cover interpreting the findings. For a discussion of
interpreting results, see Marshall Clow's `Testing libc++ with

0 comments on commit 8dc1d86

Please sign in to comment.