Skip to content

Commit 8c671cb

Browse files
authored
DOC Improve formatting in the depending_on_numpy documentation (numpy#18518)
1 parent 6c79e97 commit 8c671cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user/depending_on_numpy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ released there will be no matching version of your package that works with it.
126126
What to do here depends on your release frequency. Given that NumPy releases
127127
come in a 6-monthly cadence and that features that get deprecated in NumPy
128128
should stay around for another two releases, a good upper bound is
129-
``<1.xx+3.0`` - where ``xx`` is the minor version of the latest
129+
``<1.(xx+3).0`` - where ``xx`` is the minor version of the latest
130130
already-released NumPy. This is safe to do if you release at least once a year.
131131
If your own releases are much less frequent, you may set the upper bound a
132132
little further into the future - this is a trade-off between a future NumPy

0 commit comments

Comments
 (0)