From daa787f579df328e24a2a5f609f16672e26873e5 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Sun, 31 Mar 2013 16:57:03 -0700 Subject: [PATCH] doc fixes --- README.rst | 6 +++--- elftools/construct/README | 9 ++++----- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 07bd671..264b898 100644 --- a/README.rst +++ b/README.rst @@ -28,9 +28,9 @@ install from source, as usual:: > python setup.py install -Since **pyelftools** is a work in progress, it's recommended to get the ``tip`` -tag ("trunk") from *Downloads* or just clone the Mercurial repository, to get -the latest code. +Since **pyelftools** is a work in progress, it's recommended to have the most +recent version of the code. This can be done by downloading the ``tip`` tag +("trunk") from *Downloads* or just cloning the Mercurial repository. How to use it? -------------- diff --git a/elftools/construct/README b/elftools/construct/README index 2c1b798..0d76f7f 100644 --- a/elftools/construct/README +++ b/elftools/construct/README @@ -1,8 +1,7 @@ -'construct' is the actual library, with my modifications for Python 3 -compatibility and various bug fixes. +construct is a Python library for declarative parsing and building of binary +data. This is my fork of construct 2, with some modifications for Python 3 +and bug fixes. The construct website is http://construct.readthedocs.org -Taken from my fork: https://github.com/eliben/construct - -Take a look at LICENSE for the original license +LICENSE is the original license. -- 2.30.2