Skip to content

Commit bfde527

Browse files
Merge pull request #909 from larsoner/esc
BUG: Fix escape character Fixes the char warning on nibabel import.
2 parents 1660b1a + fcef511 commit bfde527

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)