Put example all on one line

Fixes #3833
This commit is contained in:
Terence Eden
2023-04-24 22:26:49 +01:00
committed by GitHub
parent 1812ca1ade
commit 9bb05acae4
+1 -2
View File
@@ -26,8 +26,7 @@ You can also test if an array is not empty:
.. note::
If you want to test if the variable is defined, use ``if users is
defined`` instead.
If you want to test if the variable is defined, use ``if users is defined`` instead.
You can also use ``not`` to check for values that evaluate to ``false``: