Skip to content

Commit f97b3f4

Browse files
garethgreenawayMegan Wilhite
authored andcommitted
removing text left from previous commit.
1 parent f83d414 commit f97b3f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/topics/development/salt_extensions.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ To indicate that a Salt module is being deprecated in favor of a Salt extension,
7070
for each Salt module include ``__deprecated__`` tuple in the module. The tuple
7171
should include the version of Salt that the module will be removed, the name of the
7272
collection of modules that are being deprecated, and the URL where the source for
73-
the new extension can be found should be ignored when applying the warning.
74-
The version should be 2 major versions from the next major release. For example,
75-
if the next major release of Salt is 3100, the deprecation version should be set to 3102.
73+
the new extension can be found. The version should be 2 major versions from the
74+
next major release. For example, if the next major release of Salt is 3100, the
75+
deprecation version should be set to 3102.
7676

7777
.. code-block: python
7878

0 commit comments

Comments
 (0)