docs: making some adjustments

This commit is contained in:
Karim shoair
2025-11-14 02:22:59 +02:00
parent d018d6e438
commit c8b9a04e87
2 changed files with 9 additions and 6 deletions
+2 -2
View File
@@ -18,7 +18,7 @@ from scrapling.parser import Selector, SQLiteStorageSystem
class Response(Selector):
"""This class is returned by all engines as a way to unify response type between different libraries."""
"""This class is returned by all engines as a way to unify the response type between different libraries."""
def __init__(
self,
@@ -132,7 +132,7 @@ class BaseFetcher:
class StatusText:
"""A class that gets the status text of response status code.
"""A class that gets the status text of the response status code.
Reference: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status
"""