Skip to content

Commit be310ba

Browse files
committed
fix typo
1 parent 95c7f6d commit be310ba

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

doubleml/did/did.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class DoubleMLDID(LinearScoreMixin, DoubleML):
4747
Default is ``'observational'``.
4848
4949
in_sample_normalization : bool
50-
Indicates whether to use a sligthly different normalization from Sant'Anna and Zhao (2020).
50+
Indicates whether to use a slightly different normalization from Sant'Anna and Zhao (2020).
5151
Default is ``True``.
5252
5353
trimming_rule : str

doubleml/did/did_binary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class DoubleMLDIDBinary(LinearScoreMixin, DoubleML):
8080
Default is ``'observational'``.
8181
8282
in_sample_normalization : bool
83-
Indicates whether to use a sligthly different normalization from Sant'Anna and Zhao (2020).
83+
Indicates whether to use a slightly different normalization from Sant'Anna and Zhao (2020).
8484
Default is ``True``.
8585
8686
trimming_rule : str

doubleml/did/did_cs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class DoubleMLDIDCS(LinearScoreMixin, DoubleML):
4747
Default is ``'observational'``.
4848
4949
in_sample_normalization : bool
50-
Indicates whether to use a sligthly different normalization from Sant'Anna and Zhao (2020).
50+
Indicates whether to use a slightly different normalization from Sant'Anna and Zhao (2020).
5151
Default is ``True``.
5252
5353
trimming_rule : str

doubleml/did/did_cs_binary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class DoubleMLDIDCSBinary(LinearScoreMixin, DoubleML):
8080
Default is ``'observational'``.
8181
8282
in_sample_normalization : bool
83-
Indicates whether to use a sligthly different normalization from Sant'Anna and Zhao (2020).
83+
Indicates whether to use a slightly different normalization from Sant'Anna and Zhao (2020).
8484
Default is ``True``.
8585
8686
trimming_rule : str

0 commit comments

Comments
 (0)