Skip to content

Commit fb9011f

Browse files
authored
formt
1 parent 6f99326 commit fb9011f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pl_examples/basic_examples/conv_sequential_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def instantiate_datamodule(args):
199199
if __name__ == "__main__":
200200
cli_lightning_logo()
201201

202-
assert _BOLTS_AVAILABLE, "Bolts is required for this example, install it via pip install lightning-bolts"
202+
assert _BOLTS_AVAILABLE, "Bolts is required for this example, install it via `pip install lightning-bolts`"
203203
assert _FAIRSCALE_PIPE_AVAILABLE, "FairScale and PyTorch 1.6 is required for this example."
204204

205205
parser = ArgumentParser(description="Pipe Example")

0 commit comments

Comments
 (0)