Skip to content

Commit cf4f12f

Browse files
committed
Remove extra indent at end of file
1 parent 9905e59 commit cf4f12f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/migrations.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ Migrating between versions
1414

1515
Migrating 6.5.x — 7.0.x
1616
--------------------------
17-
- The way that wildcards when specifing file paths work in certain caseshas changed in 7.x:
17+
- The way that wildcards when specifing file paths work in certain caseshas changed in 7.0.x:
1818

1919
- Previously, ``*`` would incorrectly match directory separators, making
20-
precise matching difficult. This requires ``[paths]`` such as ``*tests/*``
20+
precise matching difficult. This requires patterns such as ``*tests/*``
2121
to be changed to ``*/tests/*``.
2222

2323
- ``**`` now matches any number of nested directories. If you wish to retain the behavior of
@@ -26,4 +26,3 @@ Migrating 6.5.x — 7.0.x
2626
- When remapping file paths with ``[paths]``, a path will be remapped only if
2727
the resulting path exists. Ensure that remapped ``[paths]`` exist when upgrading
2828
as this is now being enforced.
29-

0 commit comments

Comments
 (0)