fixed typo in docs

This commit is contained in:
Arvid Norberg 2006-01-24 00:47:27 +00:00
parent 7eb9812cfa
commit b440974269
1 changed files with 1 additions and 1 deletions

View File

@ -451,7 +451,7 @@ the ``session``, it contains the main loop that serves all torrents.
The basic usage is as follows:
* conststruct a session
* construct a session
* parse .torrent-files and add them to the session (see `bdecode() bencode()`_)
* main loop (see session_)