Skip to content

Commit 5afa871

Browse files
authored
Merge pull request #7147 from nicoddemus/doc-typos
2 parents e364375 + 5c37898 commit 5afa871

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/en/changelog.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)