Skip to content

Commit 0632672

Browse files
committed
FIX: Use raw docstring containing backslashes
1 parent 23e0e49 commit 0632672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nitime/algorithms/tests/test_coherence.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def test_correlation_spectrum():
203203
# XXX FIXME: http://github.com/nipy/nitime/issues/issue/1
204204
@pytest.mark.skipif(True, reason="http://github.com/nipy/nitime/issues/issue/1")
205205
def test_coherence_linear_dependence():
206-
"""
206+
r"""
207207
Tests that the coherence between two linearly dependent time-series
208208
behaves as expected.
209209

0 commit comments

Comments
 (0)