mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 17:11:21 +08:00
fix typos (#4093)
This commit is contained in:
@@ -89,7 +89,7 @@ class TestCase1SubLayer3(paddle.nn.Layer):
|
||||
|
||||
|
||||
class TestModel1(paddle.nn.Layer):
|
||||
"""Tast Model"""
|
||||
"""Test Model"""
|
||||
|
||||
def __init__(self, fd_config: FDConfig, **kwargs):
|
||||
super().__init__()
|
||||
|
||||
Reference in New Issue
Block a user