Skip to content

Commit

Permalink
Fixes a docstring bug (h/t Jennifer from XCS224u)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgpotts committed Feb 29, 2020
1 parent ebc097f commit 44f5e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vsm.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def character_level_rep(word, cf, n=4):
Returns
-------
pd.Series
np.array
"""
ngrams = get_character_ngrams(word, n)
Expand Down

0 comments on commit 44f5e00

Please sign in to comment.