Skip to content

Commit

Permalink
Update 2230G.py
Browse files Browse the repository at this point in the history
Fixed innit typo
  • Loading branch information
Aaron-Mott authored Oct 11, 2022
1 parent a94a707 commit 4c4d902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2230G.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class KEI2230G():

def __innit__(self,
def __init__(self,
inst_address,
baud_rate = 9600,
term_chars = '\n',
Expand Down

0 comments on commit 4c4d902

Please sign in to comment.