Skip to content

Commit b6db7b6

Browse files
committed
Remove superfluous whitespace and capitalize doc-string sentence.
1 parent afbe2a0 commit b6db7b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

postgresql/types/geometry.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class Box(tuple):
114114
postgresql.types.geometry.Box(((-2.0, 0.0), (-4.0, -3.0)))
115115
116116
::
117-
117+
118118
(-2, 0) `high`
119119
|
120120
|
@@ -167,7 +167,7 @@ def __str__(self):
167167

168168
class Circle(tuple):
169169
"""
170-
type for PostgreSQL circles
170+
Type for PostgreSQL circles.
171171
"""
172172
__slots__ = ()
173173
center = property(fget = get0, doc = "center of the circle (point)")

0 commit comments

Comments
 (0)