Skip to content

Commit e77895d

Browse files
committed
edited docstring
1 parent 6c1b13b commit e77895d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aging_gan/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def forward(self, x: Tensor) -> Tensor:
2929

3030

3131
class Generator(nn.Module):
32-
"""ResNetstyle generator used for domain translation."""
32+
"""ResNet-style generator used for domain translation."""
3333

3434
def __init__(self, ngf: int, n_residual_blocks: int = 9) -> None:
3535
super().__init__()

0 commit comments

Comments
 (0)