@@ -73,7 +73,7 @@ def is_string_like(obj):
7373
7474 Parameters
7575 ----------
76- obj : The object to check.
76+ obj : The object to check
7777
7878 Examples
7979 --------
@@ -127,7 +127,7 @@ def is_iterator(obj):
127127
128128 Parameters
129129 ----------
130- obj : The object to check.
130+ obj : The object to check
131131
132132 Returns
133133 -------
@@ -172,7 +172,7 @@ def is_file_like(obj):
172172
173173 Parameters
174174 ----------
175- obj : The object to check.
175+ obj : The object to check
176176
177177 Returns
178178 -------
@@ -203,7 +203,7 @@ def is_re(obj):
203203
204204 Parameters
205205 ----------
206- obj : The object to check.
206+ obj : The object to check
207207
208208 Returns
209209 -------
@@ -227,7 +227,7 @@ def is_re_compilable(obj):
227227
228228 Parameters
229229 ----------
230- obj : The object to check.
230+ obj : The object to check
231231
232232 Returns
233233 -------
@@ -261,7 +261,7 @@ def is_list_like(obj, allow_sets=True):
261261
262262 Parameters
263263 ----------
264- obj : The object to check.
264+ obj : The object to check
265265 allow_sets : boolean, default True
266266 If this parameter is False, sets will not be considered list-like
267267
@@ -310,7 +310,7 @@ def is_array_like(obj):
310310
311311 Parameters
312312 ----------
313- obj : The object to check.
313+ obj : The object to check
314314
315315 Returns
316316 -------
@@ -343,7 +343,7 @@ def is_nested_list_like(obj):
343343
344344 Parameters
345345 ----------
346- obj : The object to check.
346+ obj : The object to check
347347
348348 Returns
349349 -------
@@ -384,7 +384,7 @@ def is_dict_like(obj):
384384
385385 Parameters
386386 ----------
387- obj : The object to check.
387+ obj : The object to check
388388
389389 Returns
390390 -------
@@ -408,7 +408,7 @@ def is_named_tuple(obj):
408408
409409 Parameters
410410 ----------
411- obj : The object to check.
411+ obj : The object to check
412412
413413 Returns
414414 -------
@@ -468,7 +468,7 @@ def is_sequence(obj):
468468
469469 Parameters
470470 ----------
471- obj : The object to check.
471+ obj : The object to check
472472
473473 Returns
474474 -------
0 commit comments