Skip to content

Commit ecf8bed

Browse files
committed
Fixed copy-and-paste error in Line type
1 parent 7ce488e commit ecf8bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asyncpg/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ def B(self):
322322

323323
@property
324324
def C(self):
325-
return self[1]
325+
return self[2]
326326

327327

328328
class LineSegment(tuple):

0 commit comments

Comments
 (0)