Skip to content

Commit

Permalink
Improve documentation of some abstract properties
Browse files Browse the repository at this point in the history
  • Loading branch information
dkfellows committed Mar 29, 2023
1 parent 47adb97 commit 7a9000c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def send_scp_request(self, scp_request):
@abstractproperty
def chip_x(self):
"""
The x-coordinate of the chip at which messages sent down this
The X-coordinate of the chip at which messages sent down this
connection will arrive at first.
:rtype: int
Expand All @@ -95,7 +95,7 @@ def chip_x(self):
@abstractproperty
def chip_y(self):
"""
The y-coordinate of the chip at which messages sent down this
The Y-coordinate of the chip at which messages sent down this
connection will arrive at first.
:rtype: int
Expand Down

0 comments on commit 7a9000c

Please sign in to comment.