Skip to content

Commit 9cd4d5a

Browse files
Update format.py
Removed trailing whitespace
1 parent 2a1a3a6 commit 9cd4d5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/io/formats/format.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1132,8 +1132,8 @@ def write_tr(self, line, indent=0, indent_delta=4, header=False,
11321132
self.write('</tr>', indent)
11331133

11341134
def write_style(self):
1135-
# We use the "scoped" attribute here so that the desired
1136-
# style properties for the data frame are not then applied
1135+
# We use the "scoped" attribute here so that the desired
1136+
# style properties for the data frame are not then applied
11371137
# throughout the entire notebook.
11381138
template_first = """\
11391139
<style scoped>"""

0 commit comments

Comments
 (0)