Skip to content

Commit 9d172b8

Browse files
committed
fix error in documentation
1 parent 176760c commit 9d172b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

baus/variables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,7 @@ def effective_max_dua(zoning_existing, parcels):
961961

962962
s = pd.concat([s, strategy_max_dua], axis=1).max(axis=1)
963963

964-
# take the min dua IFF the upzone value is less than the current value
964+
# take the min dua IFF the downzone value is less than the current value
965965
# i.e. don't let the downzoning operation accidentally upzone
966966

967967
strategy_min_dua = orca.get_table("zoning_strategy").dua_down

0 commit comments

Comments
 (0)