Skip to content

Commit 8857cb4

Browse files
authored
Merge pull request #857 from christianlocatelli/documentation_fix
I made a small change to the documentation of model.py (graphnet to GraphNeT).
2 parents f2a6c29 + 1208795 commit 8857cb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/graphnet/models/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
class Model(
2222
Logger, Configurable, LightningModule, ABC, metaclass=ModelConfigSaverABC
2323
):
24-
"""Base class for all components in graphnet."""
24+
"""Base class for all components in GraphNeT."""
2525

2626
verbose_print = True
2727

0 commit comments

Comments
 (0)