Skip to content

Commit

Permalink
Minor english fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmot committed Oct 25, 2016
1 parent aa07e1c commit cffc988
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bindings/python/BUILDING.txt
Original file line number Diff line number Diff line change
@@ -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:

Expand Down Expand Up @@ -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.py
This code shows the most simple form of API where we only want to get basic
Expand Down

0 comments on commit cffc988

Please sign in to comment.