Skip to content

Commit eb7b209

Browse files
committed
referencing, not Bowtie
1 parent 2830673 commit eb7b209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/compatibility.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Once it seems clear that the interfaces look correct (likely after ``referencing
1010
Backwards compatibility is always defined relative to the specifications we implement.
1111
Changing a behavior which is incorrect according to the relevant referencing specifications is not considered a backwards-incompatible change -- on the contrary, it's considered a bug fix.
1212

13-
In the spirit of `having some explicit detail on Bowtie's public interfaces <regret:before-you-deprecate:document your public api>`, here is a non-exhaustive list of things which are *not* part of the ``referencing`` public interface, and therefore which may change without warning, even once no longer in beta:
13+
In the spirit of `having some explicit detail on referencing's public interfaces <regret:before-you-deprecate:document your public api>`, here is a non-exhaustive list of things which are *not* part of the ``referencing`` public interface, and therefore which may change without warning, even once no longer in beta:
1414

1515
* All commonly understood indicators of privacy in Python -- in particular, (sub)packages, modules and identifiers beginning with a single underscore.
1616
In the case of modules or packages, this includes *all* of their contents recursively, regardless of their naming.

0 commit comments

Comments
 (0)