We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb9fcc8 commit a7c3c0fCopy full SHA for a7c3c0f
splunklib/searchcommands/__init__.py
@@ -264,7 +264,7 @@ class CountMatchesCommand(StreamingCommand):
264
265
dispatch(CountMatchesCommand, module_name=__name__)
266
267
- Dispatches the CountMatchesCommand, if and only if `__name__` is equal to
+ Dispatches the `CountMatchesCommand`, if and only if `__name__` is equal to
268
`__main__`.
269
270
"""
0 commit comments