Skip to content

Commit

Permalink
Get rid of incorrect pronoun.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomprince committed Oct 10, 2016
1 parent 6ff9d2c commit ed09dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core/development/policy/compatibility-policy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Test Changes
No code or data in a test package should be imported or used by a non-test package within Twisted.
By doing so, there's no chance anything could access these objects by going through the public API.

Test code and test helpers are considered private API and it should not be imported outside
Test code and test helpers are considered private API and should not be imported outside
of the Twisted testing infrastructure.
As an exception to this, :api:`twisted.test.proto_helpers` is considered a public API
(see `#6435 <https://twistedmatrix.com/trac/ticket/6435>`_ for more discussion).
Expand Down

0 comments on commit ed09dd4

Please sign in to comment.