diff --git a/doc/building.html b/doc/building.html
index b50dcb87..3c5578ab 100644
--- a/doc/building.html
+++ b/doc/building.html
@@ -308,7 +308,7 @@ bjam -sTOOLS=
- The The libs/python/example
+ libs/python/example
subdirectory of your boost installation contains a small example which
builds and tests two extensions. To build your own extensions copy the
example subproject and make the following two edits:
For the those of you who feel more comfortable in the IDE world, a
- workspace and project file have been included in the libs/python/build/VisualStudio subdirectory.
+ workspace and project file have been included in the
+ libs/python/build/VisualStudio subdirectory.
It builds release and debug versions of the Boost.Python libraries and
places them and the same directory as Jamfile build does, though the
intermediate object files are placed in a different directory. The files
diff --git a/doc/v2/pickle.html b/doc/v2/pickle.html
index 342adb2d..6d083ab4 100644
--- a/doc/v2/pickle.html
+++ b/doc/v2/pickle.html
@@ -92,8 +92,8 @@ following examples.