mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-05 13:52:38 +02:00
typo
This commit is contained in:
parent
9b3987ff29
commit
33e13b677b
1 changed files with 2 additions and 2 deletions
|
|
@ -22,10 +22,10 @@ class DocstringParser(BaseModel):
|
|||
"""
|
||||
|
||||
def parse_returns(self) -> list[Tuple[str, str]]:
|
||||
"""Parse and return the return information from the docstring.
|
||||
"""Parse and return the output information from the docstring.
|
||||
|
||||
Returns:
|
||||
list[Tuple[str, str, str]]: A list of output info. Each info is a tuple of (return type, return description)
|
||||
list[Tuple[str, str]]: A list of output info. Each info is a tuple of (return type, return description)
|
||||
"""
|
||||
|
||||
@staticmethod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue