You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aeneas/syncmap/format.py
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ class SyncMapFormat(object):
108
108
* Multiple lines: no
109
109
110
110
Please note that the text is assumed to be contained
111
-
in double quotes (``"..."``),
111
+
in double quotes ("..."),
112
112
which are stripped when reading from file,
113
113
and added back when writing to file.
114
114
@@ -128,7 +128,7 @@ class SyncMapFormat(object):
128
128
* Multiple lines: no
129
129
130
130
Please note that the text is assumed to be contained
131
-
in double quotes (``"..."``),
131
+
in double quotes ("..."),
132
132
which are stripped when reading from file,
133
133
and added back when writing to file.
134
134
@@ -180,7 +180,7 @@ class SyncMapFormat(object):
180
180
* Multiple levels: no
181
181
* Multiple lines: no
182
182
183
-
See also https://tla.mpi.nl/tla-news/documentation-of-eaf-elan-annotation-format/https://tla.mpi.nl/tla-news/documentation-of-eaf-elan-annotation-format/
183
+
See also https://tla.mpi.nl/tla-news/documentation-of-eaf-elan-annotation-format/
184
184
185
185
.. versionadded:: 1.5.0
186
186
"""
@@ -252,7 +252,7 @@ class SyncMapFormat(object):
252
252
* Multiple levels: no
253
253
* Multiple lines: no
254
254
255
-
See also https://github.com/pettarin/rb_smil_emulatorhttps://github.com/pettarin/rb_smil_emulator
255
+
See also https://github.com/pettarin/rb_smil_emulator
0 commit comments