Skip to content

Commit

Permalink
Fix non-ASCII comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tavinathanson committed Apr 28, 2017
1 parent de47b15 commit 715a018
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions varcode/maf.py
Expand Up @@ -64,7 +64,7 @@ def load_maf_dataframe(path, nrows=None, raise_on_error=True, encoding=None):
Raise an exception upon encountering an error or log an error
encoding : str, optional
Encoding to use for UTF when reading MAF file (ex. ‘utf-8’).
Encoding to use for UTF when reading MAF file.
"""
require_string(path, "Path to MAF")

Expand Down Expand Up @@ -142,7 +142,7 @@ def load_maf(
Raise an exception upon encountering an error or just log a warning.
encoding : str, optional
Encoding to use for UTF when reading MAF file (ex. ‘utf-8’).
Encoding to use for UTF when reading MAF file.
"""
# pylint: disable=no-member
# pylint gets confused by read_csv inside load_maf_dataframe
Expand Down

0 comments on commit 715a018

Please sign in to comment.