Skip to content

Commit 814ab75

Browse files
author
James William Pye
committed
Use raw-strings.
1 parent ff5d647 commit 814ab75

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

postgresql/documentation/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# copyright 2009, James William Pye
33
# http://python.projects.postgresql.org
44
##
5-
"""
5+
r"""
66
Contents:
77
88
Index

postgresql/documentation/driver_basics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# copyright 2009, James William Pye
33
# http://python.projects.postgresql.org
44
##
5-
"""
5+
r"""
66
`postgresql.driver`
77
===================
88

postgresql/documentation/gotchas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# copyright 2009, James William Pye
33
# http://python.projects.postgresql.org
44
##
5-
"""
5+
r"""
66
py-postgresql gotchas
77
=====================
88

postgresql/documentation/index.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# copyright 2009, James William Pye
33
# http://python.projects.postgresql.org
44
##
5-
"""
5+
r"""
66
py-postgresql
77
=============
88

postgresql/documentation/pg_python.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# copyright 2009, James William Pye
33
# http://python.projects.postgresql.org
44
##
5-
"""
5+
r"""
66
``pg_python``
77
=============
88

0 commit comments

Comments
 (0)