diff options
Diffstat (limited to 'src/interfaces/python/tutorial/basics.py')
-rwxr-xr-x | src/interfaces/python/tutorial/basics.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/python/tutorial/basics.py b/src/interfaces/python/tutorial/basics.py index b0cd9292df0..bd47611488e 100755 --- a/src/interfaces/python/tutorial/basics.py +++ b/src/interfaces/python/tutorial/basics.py @@ -1,6 +1,6 @@ #! /usr/local/bin/python # basics.py - basic SQL commands tutorial -# inspired from the Postgres95 tutorial +# inspired from the PostgreSQL tutorial # adapted to Python 1995 by Pascal ANDRE print "__________________________________________________________________" |