From f84fbe88148f6a4c99fc0b01da446bf4eb3b1b9c Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Wed, 26 Nov 2025 02:12:50 +0200 Subject: [PATCH] docs: update the renamed argument --- docs/fetching/choosing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fetching/choosing.md b/docs/fetching/choosing.md index 50ddf37..a56459e 100644 --- a/docs/fetching/choosing.md +++ b/docs/fetching/choosing.md @@ -57,7 +57,7 @@ The available configuration arguments are: `adaptive`, `huge_tree`, `keep_commen ### Set parser config per request As you probably understand, the logic above for setting the parser config will apply globally to all requests/fetches made through that class, and it's intended for simplicity. -If your use case requires a different configuration for each request/fetch, you can pass a dictionary to the request method (`fetch`/`get`/`post`/...) to an argument named `custom_config`. +If your use case requires a different configuration for each request/fetch, you can pass a dictionary to the request method (`fetch`/`get`/`post`/...) to an argument named `selector_config`. ## Response Object The `Response` object is the same as the [Selector](../parsing/main_classes.md#selector) class, but it has additional details about the response, like response headers, status, cookies, etc., as shown below: