From 215ba0d44b9459d3df9182b9acc20a8f9c473108 Mon Sep 17 00:00:00 2001 From: Jonah Jeleniewski Date: Sun, 3 Dec 2023 01:14:57 +1100 Subject: [PATCH] Tidy markdown in `sequence_start` docstrings --- src/eolib/packet/sequence_start.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/eolib/packet/sequence_start.py b/src/eolib/packet/sequence_start.py index a1accc8..9e82fc1 100644 --- a/src/eolib/packet/sequence_start.py +++ b/src/eolib/packet/sequence_start.py @@ -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. @@ -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. @@ -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.