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

Skip to content

Commit 6c9825e

Browse files
authored
Remove trailing whitespace on lines 11 and 13
1 parent 8cd9a3b commit 6c9825e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/showcase/xkcd.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
import matplotlib.pyplot as plt
99
import numpy as np
1010

11-
###############################################################################
11+
###############################################################################
1212

13-
with plt.xkcd():
13+
with plt.xkcd():
1414
# Based on "Stove Ownership" from XKCD by Randall Monroe
1515
# http://xkcd.com/418/
1616

0 commit comments

Comments
 (0)