Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo: "the the" #500

Merged
merged 1 commit into from Jun 21, 2019
Merged
Changes from all commits
Commits
File filter
Filter file types
Beta Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.

Always

Just for now

@@ -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
ProTip! Use n and p to navigate between commits in a pull request.