From 2b90e5f6bbbbceffe3b13c1aef97f9a430bbbe18 Mon Sep 17 00:00:00 2001 From: Leo Liu Date: Tue, 26 Jan 2021 20:56:06 -0500 Subject: [PATCH] remove a typo in diagnostics.md (#1780) * add quick start notebook * remove typo --- docs/_docs/diagnostics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/diagnostics.md b/docs/_docs/diagnostics.md index 9d2976d..761b95c 100644 --- a/docs/_docs/diagnostics.md +++ b/docs/_docs/diagnostics.md @@ -130,7 +130,7 @@ In R, the argument `units` must be a type accepted by `as.difftime`, which is we -Custom cutoffs can also be supplied as a list of dates to to the `cutoffs` keyword in the `cross_validation` function in Python and R. For example, three cutoffs six months apart, would need to be passed to the `cutoffs` argument in a date format like: +Custom cutoffs can also be supplied as a list of dates to the `cutoffs` keyword in the `cross_validation` function in Python and R. For example, three cutoffs six months apart, would need to be passed to the `cutoffs` argument in a date format like: ```R