summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1a4f875)
raw | patch | inline | side by side (parent: 1a4f875)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Tue, 13 Jul 2010 05:03:49 +0000 (05:03 +0000) | ||
committer | richard <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 | patch | blob | history |
diff --git a/roundup/instance.py b/roundup/instance.py
index fcb900d683bd5e72df33a318500d46a4ba190936..e9a28e2ed2bd1a89c12cb06c09e7c6140c4b264b 100644 (file)
--- a/roundup/instance.py
+++ b/roundup/instance.py
>>> 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'