Skip to content

Commit 32c696e

Browse files
committed
FIX: Backslash
1 parent 7835946 commit 32c696e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/cifti2/cifti2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def _to_xml_element(self):
171171

172172

173173
class Cifti2LabelTable(xml.XmlSerializable, MutableMapping):
174-
""" CIFTI-2 label table: a sequence of ``Cifti2Label``\s
174+
r""" CIFTI-2 label table: a sequence of ``Cifti2Label``\s
175175
176176
* Description - Used by NamedMap when IndicesMapToDataType is
177177
"CIFTI_INDEX_TYPE_LABELS" in order to associate names and display colors

0 commit comments

Comments
 (0)