Skip to content

Commit

Permalink
Standardize hex docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kg583 committed Dec 29, 2023
1 parent 9ff4728 commit f9c4f96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tivars/var.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
"""
Expand Down

0 comments on commit f9c4f96

Please sign in to comment.