Skip to content

Commit

Permalink
tagging docs fragment - comment cleanup (C&P) (#857) (#867)
Browse files Browse the repository at this point in the history
[PR #857/de57ec4a backport][stable-3] tagging docs fragment - comment cleanup (C&P)

This is a backport of PR #857 as merged into main (de57ec4).
SUMMARY
When creating the docs fragment in #844 the comment above the fragments was left behind from the fragment I used as a base, tweak the comment.
ISSUE TYPE

Docs Pull Request

COMPONENT NAME
plugins/doc_fragments/tags.py
ADDITIONAL INFORMATION

Reviewed-by: Mark Chappell <None>
  • Loading branch information
patchback[bot] authored Jun 7, 2022
1 parent 9d74f08 commit ec3f4bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions plugins/doc_fragments/tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class ModuleDocFragment(object):

# Minimum requirements for the collection
# Standard Tagging related parameters
DOCUMENTATION = r'''
options:
tags:
Expand All @@ -34,7 +34,8 @@ class ModuleDocFragment(object):
required: false
'''

# Minimum requirements for the collection
# Some modules had a default of purge_tags=False, this was generally
# deprecated in release 4.0.0
DEPRECATED_PURGE = r'''
options:
tags:
Expand Down

0 comments on commit ec3f4bb

Please sign in to comment.