Skip to content

Commit fe8d615

Browse files
committed
Update debugging.rst
1 parent 6de314d commit fe8d615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/common/debugging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Print a summary of your LightningModule
9595
---------------------------------------
9696
Whenever the ``.fit()`` function gets called, the Trainer will print the weights summary for the LightningModule.
9797
By default it only prints the top-level modules. If you want to show all submodules in your network, use the
98-
`'max_depth'` option:
98+
``max_depth`` option:
9999

100100
.. testcode::
101101

0 commit comments

Comments
 (0)