Skip to content

Commit 9838d2a

Browse files
Added missing punctuation in docs
1 parent 137241e commit 9838d2a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

splunklib/searchcommands/search_command.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141

4242
class SearchCommand(object):
43-
""" Represents a custom search command
43+
""" Represents a custom search command.
4444
4545
"""
4646

@@ -133,14 +133,14 @@ def logging_level(self, value):
133133

134134
@property
135135
def configuration(self):
136-
""" Returns the configuration settings for this command
136+
""" Returns the configuration settings for this command.
137137
138138
"""
139139
return self._configuration
140140

141141
@property
142142
def fieldnames(self):
143-
""" Returns the fieldnames specified as argument to this command
143+
""" Returns the fieldnames specified as argument to this command.
144144
145145
"""
146146
return self._fieldnames
@@ -151,7 +151,7 @@ def fieldnames(self, value):
151151

152152
@property
153153
def options(self):
154-
""" Returns the options specified as argument to this command
154+
""" Returns the options specified as argument to this command.
155155
156156
"""
157157
if self._option_view is None:

0 commit comments

Comments
 (0)