From 00fbbd128c50fba75c7cfe6829a1fa8ca8240a14 Mon Sep 17 00:00:00 2001 From: Chang Bo Guo Date: Tue, 10 Dec 2013 04:44:43 -0800 Subject: [PATCH] Fix typos in documents Fix typos detected by toolkit misspellings. * pip install misspellings * git ls-files | grep -v locale | misspellings -f - Closes-Bug: #1257295 Change-Id: Ibb5917ab5af541a381630bd013b05d22badd4364 --- doc/source/index.rst | 8 ++++---- doc/source/semver.rst | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index 4013f908..a478d1aa 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1,6 +1,6 @@ -=================================== - pbr - Python Build Reasonableness -=================================== +================================= +pbr - Python Build Reasonableness +================================= A library for managing setuptools packaging needs in a consistent manner. @@ -143,7 +143,7 @@ fundamental keys one is likely to care about, `packages`, `packages` is a list of top-level packages that should be installed. The behavior of packages is similar to `setuptools.find_packages` in that it -recurses the python package heirarchy below the given top level and installs +recurses the python package hierarchy below the given top level and installs all of it. If `packages` is not specified, it defaults to the name given in the `[metadata]` section. diff --git a/doc/source/semver.rst b/doc/source/semver.rst index d7f8421a..ffdec4d7 100644 --- a/doc/source/semver.rst +++ b/doc/source/semver.rst @@ -131,7 +131,7 @@ document are to be interpreted as described in `RFC communication of not-yet-released ideas. Example: 1.0.0.dev1. #. git version metadata MAY be denoted by appending a dot separated - identifier immediately following a developement version. + identifier immediately following a development version. The identifier MUST comprise the character g followed by a seven character git short-sha. The sha MUST NOT be empty. git version metadata MUST be ignored when determining version precedence. Thus