Skip to content

Commit

Permalink
2018.6.27 v1.0.14, docstring little modify
Browse files Browse the repository at this point in the history
  • Loading branch information
Chunying Jia committed Jun 27, 2018
1 parent 40f3862 commit 0a4d3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fishbase/fish_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ def decode(s):
:param:
* (string) filename 需要进行 base64编码 文件路径
:return:
* (bytes) base64 编码结果
* (bytes) base64 解码结果
"""
return base64.b64decode(s)

Expand Down

0 comments on commit 0a4d3a8

Please sign in to comment.