Skip to content

Commit

Permalink
fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
8cH9azbsFifZ committed Nov 18, 2023
1 parent 0041093 commit 3b27a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/mopp/src/mopp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def ditlen(wpm):
}


def encode(text):
def encode(text): # FIXME: Make a first function to convert character to .- language and a 2nd to convert to 01010 and a final one to convert to mopp binary
"""takes a string of characters and returns a wordbuffer"""
wordbuffer = []
for c in text:
Expand Down

0 comments on commit 3b27a6f

Please sign in to comment.