Skip to content

Commit 2c6e26e

Browse files
committed
Converts Text#plot_term_kdes() to use Google-style docblocks.
1 parent c59a1cd commit 2c6e26e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

textplot/text.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,8 @@ def plot_term_kdes(self, words, **kwargs):
266266
"""
267267
Plot kernel density estimates for multiple words.
268268
269-
:param words: The words to query.
270-
:param bandwidth: The kernel width.
269+
Args:
270+
words (list): A list of unstemmed terms.
271271
"""
272272

273273
stem = PorterStemmer().stem

0 commit comments

Comments
 (0)