Skip to content

Commit 2378933

Browse files
Apply suggestion from @jonatanklosko
1 parent 3033b84 commit 2378933

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

c_src/pythonx.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,8 +381,8 @@ fine::Ok<> init(ErlNifEnv *env, std::string python_dl_path,
381381

382382
// We set env vars to match Elixir at the time of initialization.
383383
// Note that the interpreter initializes its env vars from the OS
384-
// process, however we also want to account for env vars set
385-
// dynamically, for example via System.put_env/2.
384+
// process, however we want to account for changes to env vars
385+
// such as `System.put_env/2`.
386386

387387
auto py_os = PyImport_AddModule("os");
388388
raise_if_failed(env, py_os);

0 commit comments

Comments
 (0)