docs: fix format of extension docstring
authorMatt Mackall <mpm@selenic.com>
Wed, 10 Jun 2015 16:20:05 -0500
changeset 1846 0b5b757ca812
parent 1845 24d8053020a2
child 1847 9fa5b8f4e98e
docs: fix format of extension docstring
src/topic/__init__.py
--- a/src/topic/__init__.py	Wed Jun 10 16:13:20 2015 -0400
+++ b/src/topic/__init__.py	Wed Jun 10 16:20:05 2015 -0500
@@ -2,8 +2,10 @@
 #
 # This software may be used and distributed according to the terms of the
 # GNU General Public License version 2 or any later version.
-"""Adds topic branches. Topic branches are lightweight branches which
-dissappear when changes are finalized.
+"""support for topic branches
+
+Topic branches are lightweight branches which
+disappear when changes are finalized.
 
 This is sort of similar to a bookmark, but it applies to a whole
 series instead of a single revision.