From f9c4f9684ce2a1b2e0be024018e0abc11ca46376 Mon Sep 17 00:00:00 2001 From: KG Date: Fri, 29 Dec 2023 18:15:51 -0500 Subject: [PATCH] Standardize hex docs --- tivars/var.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tivars/var.py b/tivars/var.py index 21ce335..62e7725 100644 --- a/tivars/var.py +++ b/tivars/var.py @@ -48,8 +48,8 @@ def __init__(self, model: TIModel = None, *, :param model: A minimum `TIModel` to target (defaults to ``TI_83P``) :param magic: File magic at the start of the header (default to the model's magic) - :param extra: Extra export bytes for the header (defaults to ``0x1a0a``) - :param product_id: The targeted model's product ID (defaults to ``0x00``) + :param extra: Extra export bytes for the header (defaults to ``$1a0a``) + :param product_id: The targeted model's product ID (defaults to ``$00``) :param comment: A comment to include in the header (defaults to a simple lib message) :param data: This header's data (defaults to empty) """