Skip to content

Commit bae39a7

Browse files
author
Elvis Pranskevichus
authored
Merge pull request #24 from johnkingsley/master
Fixed copy-and-paste error in Line type
2 parents ab315c2 + ecf8bed commit bae39a7

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)