Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 428e2ad

Browse files
author
Stefan Mitic
committed
style: removed extraspaces from docstring
1 parent cc753e7 commit 428e2ad

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/matplotlib/tests/test_axes.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4167,7 +4167,8 @@ def test_specgram_angle():
41674167

41684168

41694169
def test_specgram_fs_none():
4170-
""" Test axes.specgram when Fs is None, should not throw error """
4170+
"""Test axes.specgram when Fs is None, should not throw error."""
4171+
41714172
try:
41724173
spec, freqs, t, im = plt.specgram(np.ones(300), Fs=None)
41734174
except Exception as e:

0 commit comments

Comments
 (0)