diff --git a/docs/writing/structure.rst b/docs/writing/structure.rst index 5d9645acd..62d340df6 100644 --- a/docs/writing/structure.rst +++ b/docs/writing/structure.rst @@ -225,7 +225,7 @@ Then, within the individual test modules, import the module like so: :: - from .context import sample + from context import sample This will always work as expected, regardless of installation method.