Skip to content

Commit 70598b7

Browse files
committed
Fix typo in Distiller docstring
1 parent eecd34f commit 70598b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keras/src/distillation/distiller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class Distiller(Model):
3939
teacher: The teacher model providing knowledge. This model is frozen
4040
during training.
4141
42-
Examlpe(s):
42+
Examples:
4343
4444
```python
4545
# Basic distillation with KerasHub models

0 commit comments

Comments
 (0)