Skip to content

Commit 5c9a514

Browse files
committed
Replace some old top-of-file comments
1 parent 37d1637 commit 5c9a514

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

hy/core/macros.hy

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
;;; Hy core macros
1+
"This file has the few core macros that are implemented in Hy instead of Python."
22

3-
;;; These macros form the hy language
4-
;;; They are automatically required in every module, except inside hy.core
53

64
(defmacro cond [#* args]
75
"Shorthand for a nested sequence of :hy:func:`if` forms, like an

0 commit comments

Comments
 (0)