Skip to content

Commit

Permalink
Merge pull request #24 from Timeline8/doc_fix_line_226
Browse files Browse the repository at this point in the history
Minor correction to the Read The Docs
  • Loading branch information
tannewt authored Jul 22, 2024
2 parents 6456cad + 7214f52 commit 1723971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_24lc32.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ class EEPROM_I2C(EEPROM):
Default is ``False``.
:param wp_pin: (Optional) Physical pin connected to the ``WP`` breakout pin.
Must be a ``DigitalInOut`` object.
:param max_int: (Optional) Maximum # bytes stored in the EEPROM.
:param int max_size: (Optional) Maximum # bytes stored in the EEPROM.
Default is ``_MAX_SIZE_I2C``
"""

Expand Down

0 comments on commit 1723971

Please sign in to comment.