Skip to content

Commit 7e6e206

Browse files
committed
Reformat code example
1 parent 13e8faa commit 7e6e206

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/userguide/targets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ from baybe.transformations import LogarithmicTransformation
4646
target = NumericalTarget(
4747
name="Yield",
4848
transformation=LogarithmicTransformation(), # optional transformation
49-
minimize=False # this is the default
49+
minimize=False, # this is the default
5050
)
5151
```
5252

0 commit comments

Comments
 (0)