Skip to content

Commit 2a1a3a6

Browse files
author
maxwasserman
committed
Added period
1 parent 05ed28d commit 2a1a3a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/formats/format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,7 @@ def write_tr(self, line, indent=0, indent_delta=4, header=False,
11341134
def write_style(self):
11351135
# We use the "scoped" attribute here so that the desired
11361136
# style properties for the data frame are not then applied
1137-
# throughout the entire notebook
1137+
# throughout the entire notebook.
11381138
template_first = """\
11391139
<style scoped>"""
11401140
template_last = """\

0 commit comments

Comments
 (0)