From: richard Date: Tue, 13 Jul 2010 05:03:49 +0000 (+0000) Subject: typo X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7596e047d8ff8c938c167124c42cff7a46ed7228;p=roundup.git typo git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4501 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/roundup/instance.py b/roundup/instance.py index fcb900d..e9a28e2 100644 --- a/roundup/instance.py +++ b/roundup/instance.py @@ -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 -desciribed in `roundup.hyperdb.Database`. +described in `roundup.hyperdb.Database`. """ __docformat__ = 'restructuredtext'