Karim shoair commited on
Commit
f8b6d4e
·
1 Parent(s): 1301a0c

docs: update the renamed argument

Browse files
Files changed (1) hide show
  1. docs/fetching/choosing.md +1 -1
docs/fetching/choosing.md CHANGED
@@ -57,7 +57,7 @@ The available configuration arguments are: `adaptive`, `huge_tree`, `keep_commen
57
  ### Set parser config per request
58
  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.
59
 
60
- 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`.
61
 
62
  ## Response Object
63
  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:
 
57
  ### Set parser config per request
58
  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.
59
 
60
+ 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`.
61
 
62
  ## Response Object
63
  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: