From 79dab16bf9d12bc2c8e29f64900464779e1aa0a4 Mon Sep 17 00:00:00 2001 From: antazoey Date: Thu, 9 Nov 2023 11:58:07 -0600 Subject: [PATCH] docs: Update solcx/wrapper.py Co-authored-by: NotPeopling2day <32708219+NotPeopling2day@users.noreply.github.com> --- solcx/wrapper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solcx/wrapper.py b/solcx/wrapper.py index df96cb4..3ba92c1 100644 --- a/solcx/wrapper.py +++ b/solcx/wrapper.py @@ -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