summaryrefslogtreecommitdiffstats
path: root/Modules/_sqlite/statement.h
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2010-09-03 23:47:32 (GMT)
committerFlorent Xicluna <florent.xicluna@gmail.com>2010-09-03 23:47:32 (GMT)
commitc934f32e0a2b5f9f2bc0b55573a6860626025d63 (patch)
treea2f33353031f392a632aaf6ee2549f70f6d906b1 /Modules/_sqlite/statement.h
parent0b37b333a8c4852de8166dae6d331ed18d312958 (diff)
downloadcpython-c934f32e0a2b5f9f2bc0b55573a6860626025d63.zip
cpython-c934f32e0a2b5f9f2bc0b55573a6860626025d63.tar.gz
cpython-c934f32e0a2b5f9f2bc0b55573a6860626025d63.tar.bz2
Welcome to the UTF-8 world.
Diffstat (limited to 'Modules/_sqlite/statement.h')
-rw-r--r--Modules/_sqlite/statement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_sqlite/statement.h b/Modules/_sqlite/statement.h
index 05fd5ff..e5da42e 100644
--- a/Modules/_sqlite/statement.h
+++ b/Modules/_sqlite/statement.h
@@ -1,6 +1,6 @@
/* statement.h - definitions for the statement type
*
- * Copyright (C) 2005-2010 Gerhard Häring <gh@ghaering.de>
+ * Copyright (C) 2005-2010 Gerhard Häring <gh@ghaering.de>
*
* This file is part of pysqlite.
*