fixed documentation typo

This commit is contained in:
Arvid Norberg 2010-02-06 17:47:33 +00:00
parent 3a04020bba
commit 5d4ce032f9
1 changed files with 1 additions and 1 deletions

View File

@ -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.