Some restructuredText fixes.
[jelmer/dulwich-libgit2.git] / dulwich / server.py
index 524a2223262b72272940a4a13ee4f9c12bb99246..f4a3dbcf9c81b4c95f60453dbea75a9b6b3167b0 100644 (file)
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 # MA  02110-1301, USA.
 
-
 """Git smart network protocol server implementation.
 
 For more detailed implementation on the network protocol, see the
 Documentation/technical directory in the cgit distribution, and in particular:
-    Documentation/technical/protocol-capabilities.txt
-    Documentation/technical/pack-protocol.txt
+
+* Documentation/technical/protocol-capabilities.txt
+* Documentation/technical/pack-protocol.txt
 """