Skip to content

Commit

Permalink
Quote code
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed Dec 18, 2023
1 parent 34f8259 commit b508fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shiny/_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def req(*args: T, cancel_output: bool = False) -> T | None:
This is a convenient shorthand for throwing :func:`~shiny.types.SilentException` /
:func:`~shiny.types.SilentCancelOutputException` if any of the arguments are falsy.
The term "falsy" generally indicates that a value is considered False when
The term "falsy" generally indicates that a value is considered `False` when
encountered in a logical context. We use the term a little loosely here; our usage
tries to match the intuitive notions of "Is this value missing or available?", or
"Has the user provided an answer?", or in the case of action buttons, "Has the
Expand Down

0 comments on commit b508fab

Please sign in to comment.