mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-06 00:57:33 +08:00
fix typos (#4093)
This commit is contained in:
@@ -51,7 +51,7 @@ class TestCase1SubLayer1(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