Skip to content
Permalink
Browse files
Merge pull request #1 from frankcams/master
Update transcoder.py
  • Loading branch information
csx239 committed Sep 28, 2020
2 parents 849ef8e + fa230a5 commit 6f921cd9fc2cd0142057ae958e779b4be595f3d2
Showing 1 changed file with 1 addition and 1 deletion.
@@ -61,7 +61,7 @@ def asOctal(data):
def asBinary(data):
"""String to printable binary conversion
Creates and returns a string containing the binarya representation of the input string. For example, with the input "ABC", the function will return "0b1000001 0b1000010 0b1000011"
Creates and returns a string containing the binary representation of the input string. For example, with the input "ABC", the function will return "0b1000001 0b1000010 0b1000011"
Args:
data (string): a string to convert into the binary representation

0 comments on commit 6f921cd

Please sign in to comment.