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

Skip to content

Commit 573033d

Browse files
committed
modify code in order to conform to PEP8
1 parent 4d36c45 commit 573033d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/tests/test_backend_svg.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ def test_bold_font_output():
7878
ax = fig.add_subplot(1, 1, 1)
7979
ax.plot(np.arange(10), np.arange(10))
8080
ax.set_xlabel('nonbold-xlabel')
81-
ax.set_ylabel('bold-ylabel',fontweight='bold')
82-
ax.set_title('bold-title',fontweight='bold')
81+
ax.set_ylabel('bold-ylabel', fontweight='bold')
82+
ax.set_title('bold-title', fontweight='bold')
8383

8484

8585
if __name__ == '__main__':

0 commit comments

Comments
 (0)