Skip to content

Commit 26dc65d

Browse files
committed
Minor text clarification
1 parent 3bdd967 commit 26dc65d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

hyperdiv_docs/pages/reference/env_variables.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ def env_variables():
1515
Hyperdiv's behavior can be controlled with the following
1616
environment variables.
1717
18-
With the exception of `HD_PORT`, these environment
19-
variables are all boolean variables and take the values
20-
`"1"` or `"true"`, or `"0"` or `"false"`. `"0"` or
21-
`"false"` is equivalent to leaving the environment
18+
With the exception of `HD_HOST` and `HD_PORT`, these
19+
environment variables are all boolean variables and take
20+
the values `"1"` or `"true"`, or `"0"` or `"false"`. `"0"`
21+
or `"false"` is equivalent to leaving the environment
2222
variable unset.
2323
2424
"""

0 commit comments

Comments
 (0)