Skip to content

Commit

Permalink
doc error correction
Browse files Browse the repository at this point in the history
  • Loading branch information
0xalpharush committed Jan 16, 2024
1 parent f12bdce commit bb8205f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crytic_compile/crytic_compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ def compile_all(target: str, **kwargs: str) -> List[CryticCompile]:
**kwargs: optional arguments. Used: "solc_standard_json"
Raises:
NotImplementedError: If the target could not be compiled
ValueError: If the target could not be compiled
Returns:
List[CryticCompile]: Returns a list of CryticCompile instances for all compilations which occurred.
Expand Down

0 comments on commit bb8205f

Please sign in to comment.