<div dir="ltr">To whom it may concern,<div><br></div><div style>When subclassing venv.EnvBuilder and customizing create(), the docs say that one should use "self.create_directories(env_dir)".</div><div style><br>
</div><div style>This call raises an AttributeError. When looking at the subclass, I don't see "create_directories" but instead I see the method "ensure_directories", which has the following docstring:</div>
<div style><br></div><div style>"Create the directories for the environment".</div><div style><br></div><div style>It seems like either the docs should be fixed to reflect "ensure_directories" as the appropriate method name or the method should be renamed "create_directories".</div>
<div style><br></div><div style>Apologies if I'm mistaken on this ... this is my first doc bug report.</div><div style><br></div><div style>Thanks,</div><div style><br></div><div style>Mike Rand</div></div>