File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4040
4141
4242class 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 :
You can’t perform that action at this time.
0 commit comments