Skip to content

Commit 4a2fe8e

Browse files
committed
Fix typo in usage instructions.
1 parent 8338cc0 commit 4a2fe8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/python/tutorial/syscat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
This module is designed for being imported from python prompt
1010
1111
In order to run the samples included here, first create a connection
12-
using : cnx = advanced.DB(...)
12+
using : cnx = syscat.DB(...)
1313
1414
The "..." should be replaced with whatever arguments you need to open an
1515
existing database. Usually all you need is the name of the database and,

0 commit comments

Comments
 (0)