Skip to content

Commit

Permalink
docs: Update solcx/wrapper.py
Browse files Browse the repository at this point in the history
Co-authored-by: NotPeopling2day <[email protected]>
  • Loading branch information
antazoey and NotPeopling2day authored Nov 9, 2023
1 parent 0cfc55b commit 79dab16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solcx/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def solc_wrapper(
source_files (Optional[Union[List, Path, str]]): Path, or list of
paths, of sources to compile
import_remappings (Optional[Union[Dict, List, str]]): Path remappings.
May be given as a string or list of strings formatted as ``"prefix=path"``
May be given as a string or list of strings, formatted as ``"prefix=path"``
or a dict of ``{"prefix": "path"}``.
success_return_code (Optional[int]): Expected exit code.
Raises :class:`~solcx.exceptions.SolcError`` if the process returns a
Expand Down

0 comments on commit 79dab16

Please sign in to comment.