From 73f92384eeeab289ec2e8728896a85234eb909e7 Mon Sep 17 00:00:00 2001 From: Andrew Dutcher Date: Fri, 21 Oct 2016 03:39:22 -0700 Subject: [PATCH] Minor english fixes --- bindings/python/BUILDING.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bindings/python/BUILDING.txt b/bindings/python/BUILDING.txt index dfbc9f251..13938ad72 100644 --- a/bindings/python/BUILDING.txt +++ b/bindings/python/BUILDING.txt @@ -1,6 +1,6 @@ -0. This documentation explains how to install Python binding for Capstone - from source. If you want to install it from PyPi package (recommended if you - are on Window), see README.txt. +0. This documentation explains how to install the Python bindings for Capstone + from source. If you want to install it from a PyPi package (recommended if + you are on Windows), see README.txt. 1. To install capstone and the python bindings on *nix, run the command below: @@ -51,7 +51,7 @@ Which should at least print version 0.19 -4. This directory contains some test code to show how to use Capstone API. +4. This directory contains some test code to show how to use the Capstone API. - test_basic.py This code shows the most simple form of API where we only want to get basic