Skip to content

Commit

Permalink
Update a Sphinx link
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodiologist committed Nov 9, 2024
1 parent 508853b commit 84564ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hyrule/control.hy
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@


(defmacro defmain [args #* body]
#[[Define a function to be called when :attr:`__name__` equals ``"__main__"``
#[[Define a function to be called when :attr:`module.__name__` equals ``"__main__"``
(see :mod:`__main__`). ``args`` is the function's lambda list, which will be
matched against :data:`sys.argv`. Recall that the first element of
``sys.argv`` is always the name of the script being invoked, whereas the rest
Expand Down

0 comments on commit 84564ef

Please sign in to comment.