File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -91,12 +91,12 @@ Deprecations
9191
9292- `#5975 <https://github.com/pytest-dev/pytest/issues/5975 >`_: Deprecate using direct constructors for ``Nodes ``.
9393
94- Instead they are new constructed via ``Node.from_parent ``.
94+ Instead they are now constructed via ``Node.from_parent ``.
9595
96- This transitional mechanism enables us to detangle the very intensely
97- entangled ``Node `` relationships by enforcing more controlled creation/configruation patterns.
96+ This transitional mechanism enables us to untangle the very intensely
97+ entangled ``Node `` relationships by enforcing more controlled creation/configuration patterns.
9898
99- As part of that session/config are already disallowed parameters and as we work on the details we might need disallow a few more as well.
99+ As part of this change, session/config are already disallowed parameters and as we work on the details we might need disallow a few more as well.
100100
101101 Subclasses are expected to use `super().from_parent ` if they intend to expand the creation of `Nodes `.
102102
You can’t perform that action at this time.
0 commit comments