summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--brisket.hy2
1 files changed, 1 insertions, 1 deletions
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__")