summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-12-26 20:29:23 +0100
committerGeorg Brandl <georg@python.org>2008-12-26 20:29:23 +0100
commit3d10990eab0105c516516ff3ba3f45eecce10656 (patch)
tree380fe3ba3d3fa2cead34d41a16a21b1f9d910cd3
parent9a4dd190774d8a2db1d7ab2979b2d473ac5150c2 (diff)
downloadsphinx-3d10990eab0105c516516ff3ba3f45eecce10656.tar.gz
Cosmetic changes.
-rw-r--r--sphinx/builders/__init__.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/sphinx/builders/__init__.py b/sphinx/builders/__init__.py
index 4cd4c2d3..03e835af 100644
--- a/sphinx/builders/__init__.py
+++ b/sphinx/builders/__init__.py
@@ -237,8 +237,7 @@ class Builder(object):
def build(self, docnames, summary=None, method='update'):
"""
- Main build method. This first updates the environment, and then calls
- :meth:`write`.
+ Main build method. First updates the environment, and then calls :meth:`write`.
"""
if summary:
self.info(bold('building [%s]: ' % self.name), nonl=1)
@@ -275,8 +274,7 @@ class Builder(object):
self.info(bold('no targets are out of date.'))
return
- # another indirection to support methods which don't build files
- # individually
+ # another indirection to support builders that don't build files individually
self.write(docnames, updated_docnames, method)
# finish (write static files etc.)