From fabad48a0a0e0523eaeb854bacb528c2bcce90f6 Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Fri, 26 Apr 2019 12:27:02 -0400 Subject: Fix docstring for `err' --- brisket.hy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brisket.hy b/brisket.hy index 11d0e59..bf4d0d3 100644 --- a/brisket.hy +++ b/brisket.hy @@ -90,7 +90,7 @@ The lookup order is: (.strip (nth sliced 1) "\"")))))) (defn err [&rest args] - "Displays ARGS to stdout." + "Displays ARGS to stderr." (.write stderr (+ (first args) "\n") #* (rest args))) (when (= __name__ "__main__") -- cgit v1.3