Skip to content

Commit

Permalink
Tidy markdown in sequence_start docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
Cirras committed Dec 2, 2023
1 parent f4bfbad commit 215ba0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/eolib/packet/sequence_start.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def __init__(self, value: int, seq1: int, seq2: int):
@property
def seq1(self) -> int:
"""
Returns the `seq1` byte value sent with the INIT_INIT server packet.
Returns the `seq1` byte value sent with the `INIT_INIT` server packet.
Returns:
int: The seq1 byte value.
Expand All @@ -103,7 +103,7 @@ def seq1(self) -> int:
@property
def seq2(self) -> int:
"""
Returns the `seq2` byte value sent with the INIT_INIT server packet.
Returns the `seq2` byte value sent with the `INIT_INIT` server packet.
Returns:
int: The seq2 byte value.
Expand Down Expand Up @@ -170,7 +170,7 @@ def seq1(self) -> int:
@property
def seq2(self) -> int:
"""
Returns the seq2 char value sent with the CONNECTION_PLAYER server packet.
Returns the seq2 char value sent with the `CONNECTION_PLAYER` server packet.
Returns:
int: The seq2 char value.
Expand Down

0 comments on commit 215ba0d

Please sign in to comment.