Code

typo
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 13 Jul 2010 05:03:49 +0000 (05:03 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Tue, 13 Jul 2010 05:03:49 +0000 (05:03 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4501 57a73879-2fb5-44c3-a270-3262357dd7e2

roundup/instance.py

index fcb900d683bd5e72df33a318500d46a4ba190936..e9a28e2ed2bd1a89c12cb06c09e7c6140c4b264b 100644 (file)
@@ -24,7 +24,7 @@ Open a tracker with:
     >>> db = instance.open('path to tracker home')
 
 The "db" handle you get back is the tracker's hyperdb which has the interface
     >>> db = instance.open('path to tracker home')
 
 The "db" handle you get back is the tracker's hyperdb which has the interface
-desciribed in `roundup.hyperdb.Database`.
+described in `roundup.hyperdb.Database`.
 """
 __docformat__ = 'restructuredtext'
 
 """
 __docformat__ = 'restructuredtext'