From 8923f381a58fb053749397f082fdc1b2c66b9ef8 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 13 Mar 2011 20:22:06 +0000 Subject: [PATCH] fixed documentation spacing --- docs/manual.html | 2 +- docs/manual.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual.html b/docs/manual.html index 67b7dbc98..167d31f48 100644 --- a/docs/manual.html +++ b/docs/manual.html @@ -6153,7 +6153,7 @@ struct peer_alert: torrent_alert

peer_connect_alert

-

This alert is posted every time an outgoing peer connect attempts succeeds.

+

This alert is posted every time an outgoing peer connect attempts succeeds.

 struct peer_connect_alert: peer_alert
 {
diff --git a/docs/manual.rst b/docs/manual.rst
index 6898bd291..ed108909b 100644
--- a/docs/manual.rst
+++ b/docs/manual.rst
@@ -6416,7 +6416,7 @@ the information to identify the peer. i.e. ``ip`` and ``peer-id``.
 peer_connect_alert
 ------------------
 
-This alert is posted every time an outgoing  peer connect attempts succeeds.
+This alert is posted every time an outgoing peer connect attempts succeeds.
 
 ::