Skip to content

Commit 683b87c

Browse files
authored
Merge pull request #115 from vera-chan/doc-fix107
fix italic formating
2 parents 1e44b29 + 31feeea commit 683b87c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

plugins/doc_fragments/cmci.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class ModuleDocFragment(object):
2828
- Required if I(cmci_password) is specified.
2929
- Authentication prioritises certificate authentication if I(cmci_cert)
3030
and I(cmci_key) are provided, then basic authentication if I(cmci_user)
31-
and (cmci_password) are provided, and then unauthenticated if none is
31+
and I(cmci_password) are provided, and then unauthenticated if none is
3232
provided.
3333
type: str
3434
cmci_password:
@@ -38,7 +38,7 @@ class ModuleDocFragment(object):
3838
- Required if I(cmci_user) is specified.
3939
- Authentication prioritises certificate authentication if I(cmci_cert)
4040
and I(cmci_key) are provided, then
41-
basic authentication if I(cmci_user) and (cmci_password) are provided,
41+
basic authentication if I(cmci_user) and I(cmci_password) are provided,
4242
and then unauthenticated if none is provided.
4343
type: str
4444
cmci_cert:
@@ -49,7 +49,7 @@ class ModuleDocFragment(object):
4949
- Required if I(cmci_key) is specified.
5050
- Authentication prioritises certificate authentication if I(cmci_cert)
5151
and I(cmci_key) are provided, then basic authentication if I(cmci_user)
52-
and (cmci_password) are provided, and then unauthenticated if none is
52+
and I(cmci_password) are provided, and then unauthenticated if none is
5353
provided.
5454
required: false
5555
type: str
@@ -61,7 +61,7 @@ class ModuleDocFragment(object):
6161
- Required if I(cmci_cert) is specified.
6262
- Authentication prioritises certificate authentication if I(cmci_cert)
6363
and I(cmci_key) are provided, then basic authentication if I(cmci_user)
64-
and (cmci_password) are provided, and then unauthenticated if none is
64+
and I(cmci_password) are provided, and then unauthenticated if none is
6565
provided.
6666
required: false
6767
type: str

0 commit comments

Comments
 (0)