Skip to content

Commit bb8205f

Browse files
committed
doc error correction
1 parent f12bdce commit bb8205f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crytic_compile/crytic_compile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ def compile_all(target: str, **kwargs: str) -> List[CryticCompile]:
697697
**kwargs: optional arguments. Used: "solc_standard_json"
698698
699699
Raises:
700-
NotImplementedError: If the target could not be compiled
700+
ValueError: If the target could not be compiled
701701
702702
Returns:
703703
List[CryticCompile]: Returns a list of CryticCompile instances for all compilations which occurred.

0 commit comments

Comments
 (0)