From b4409742694cf0fe22c578076eb207f842688662 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Tue, 24 Jan 2006 00:47:27 +0000 Subject: [PATCH] fixed typo in docs --- docs/manual.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual.rst b/docs/manual.rst index 66feb1d28..9ba358364 100755 --- a/docs/manual.rst +++ b/docs/manual.rst @@ -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_)