comparison roundup/instance.py @ 4395:b9eb72f20b4d

typo
author Richard Jones <richard@users.sourceforge.net>
date Tue, 13 Jul 2010 05:03:49 +0000
parents 72db88cb68b0
children 80a9295a60fd
comparison
equal deleted inserted replaced
4394:d4cd0a264098 4395:b9eb72f20b4d
22 22
23 >>> from roundup import instance 23 >>> from roundup import instance
24 >>> db = instance.open('path to tracker home') 24 >>> db = instance.open('path to tracker home')
25 25
26 The "db" handle you get back is the tracker's hyperdb which has the interface 26 The "db" handle you get back is the tracker's hyperdb which has the interface
27 desciribed in `roundup.hyperdb.Database`. 27 described in `roundup.hyperdb.Database`.
28 """ 28 """
29 __docformat__ = 'restructuredtext' 29 __docformat__ = 'restructuredtext'
30 30
31 import os 31 import os
32 import sys 32 import sys

Roundup Issue Tracker: http://roundup-tracker.org/