From 5d4ce032f92771491ab8ba642f6bdd2def80745d Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sat, 6 Feb 2010 17:47:33 +0000 Subject: [PATCH] fixed documentation typo --- docs/manual.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual.rst b/docs/manual.rst index f1f20ee49..db6f86189 100644 --- a/docs/manual.rst +++ b/docs/manual.rst @@ -5591,7 +5591,7 @@ torrent_deleted_alert This alert is generated when a request to delete the files of a torrent complete. The ``info_hash`` is the info-hash of the torrent that was just deleted. Most of -the time the torrent_handle in the torrent_alert_ will be invalid by the time +the time the torrent_handle in the ``torrent_alert`` will be invalid by the time this alert arrives, since the torrent is being deleted. The ``info_hash`` member is hence the main way of identifying which torrent just completed the delete.