Skip to content

Commit 576020b

Browse files
committed
Fixed syntax warning from invalid escape sequence in delta_objects docstring
1 parent 162cdea commit 576020b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dabest/_delta_objects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# %% ../nbs/API/delta_objects.ipynb 6
1919
class DeltaDelta(object):
20-
"""
20+
r"""
2121
A class to compute and store the delta-delta statistics for experiments with a 2-by-2 arrangement where two independent variables, A and B, each have two categorical values, 1 and 2. The data is divided into two pairs of two groups, and a primary delta is first calculated as the mean difference between each of the pairs:
2222
2323

nbs/API/delta_objects.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"source": [
7878
"#| export\n",
7979
"class DeltaDelta(object):\n",
80-
" \"\"\"\n",
80+
" r\"\"\"\n",
8181
" A class to compute and store the delta-delta statistics for experiments with a 2-by-2 arrangement where two independent variables, A and B, each have two categorical values, 1 and 2. The data is divided into two pairs of two groups, and a primary delta is first calculated as the mean difference between each of the pairs:\n",
8282
"\n",
8383
"\n",

0 commit comments

Comments
 (0)