mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
isolate_tests: Fix typo in script description
This commit is contained in:
parent
464ac18a1f
commit
60ba3b307f
@ -134,7 +134,7 @@ def extract_and_write(path, language):
|
|||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
script_description = (
|
script_description = (
|
||||||
"Reads Solidity, C++ or RST source files and extracts compilable solidity and yul code blocks from them. "
|
"Reads Solidity, C++ or RST source files and extracts compilable solidity and yul code blocks from them. "
|
||||||
"Can be used to generate test cases to validade code examples. "
|
"Can be used to generate test cases to validate code examples. "
|
||||||
)
|
)
|
||||||
|
|
||||||
parser = ArgumentParser(description=script_description)
|
parser = ArgumentParser(description=script_description)
|
||||||
|
Loading…
Reference in New Issue
Block a user