Skip to content

Commit 87d645a

Browse files
committed
sub '!' -> ':' in print grid msg
1 parent d39a0be commit 87d645a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/tools.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@ def _add_domain_is_3d(layout, s_label, x_domain, y_domain):
10151015
empty_str = ' (empty) ' # empty cell string
10161016

10171017
# Init grid_str with intro message
1018-
grid_str = "This is the format of your plot grid!\n"
1018+
grid_str = "This is the format of your plot grid:\n"
10191019

10201020
# Init tmp list of lists of strings (sorta like 'grid_ref' but w/ strings)
10211021
_tmp = [['' for c in range(cols)] for r in range(rows)]

0 commit comments

Comments
 (0)