Commit 4173d042 authored by Karl Anderson's avatar Karl Anderson

removed spurious " from docstring that was driving emacs' fontifier crazy

parent fb73bb90
...@@ -230,7 +230,7 @@ class StructuredTextRow(ST.StructuredTextParagraph): ...@@ -230,7 +230,7 @@ class StructuredTextRow(ST.StructuredTextParagraph):
""" """
row is a list of tuples, where each tuple is row is a list of tuples, where each tuple is
the raw text for a cell/column and the span the raw text for a cell/column and the span
of that cell/column". of that cell/column.
EX EX
[('this is column one',1), ('this is column two',1)] [('this is column one',1), ('this is column two',1)]
""" """
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment