Merge #16987: test: Correct docstring param name.
e28d8f8936
Correct docstring param name. (John Bampton) Pull request description: Small fix to correct the Python docstring. ACKs for top commit: laanwj: ACKe28d8f8936
MarcoFalke: ACKe28d8f8
Tree-SHA512: 7bec1c6b166c768dd69fc6b94eb80ceeaa0258985b9a11956e336940d403785e7d09d0084d9b870b637ec784db044cf4c0f8ac3f0fcdf431090f003016ef13a9
This commit is contained in:
commit
696b5eb179
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ def assert_net_servicesnames(servicesflag, servicenames):
|
|||
`getpeerinfo` and `getnetworkinfo`.
|
||||
|
||||
:param servicesflag: The services as an integer.
|
||||
:param servicesnames: The list of decoded services names, as strings.
|
||||
:param servicenames: The list of decoded services names, as strings.
|
||||
"""
|
||||
servicesflag_generated = 0
|
||||
for servicename in servicenames:
|
||||
|
|
Loading…
Reference in a new issue