diff --git a/R/epidist.R b/R/epidist.R index c2cf517dd..4c90520b0 100644 --- a/R/epidist.R +++ b/R/epidist.R @@ -438,7 +438,7 @@ format.epidist <- function(x, header = TRUE, vb = NULL, ...) { ) writeLines(sprintf(dist_string, family(x))) } else { - writeLines(sprintf("Parameters: ")) + writeLines("Parameters: ") } if (is.object(x$prob_dist)) {