mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-19 05:13:46 +00:00
Fix variable case in code snippet in docs (#9311)
- Description: Fix a minor variable naming inconsistency in a code snippet in the docs - Issue: N/A - Dependencies: none - Tag maintainer: N/A - Twitter handle: N/A
This commit is contained in:
parent
8bebc9206f
commit
15f1af8ed6
@ -123,7 +123,7 @@
|
|||||||
"wikidata_user_agent_header = (\n",
|
"wikidata_user_agent_header = (\n",
|
||||||
" None\n",
|
" None\n",
|
||||||
" if not config.has_section(\"WIKIDATA\")\n",
|
" if not config.has_section(\"WIKIDATA\")\n",
|
||||||
" else config[\"WIKIDATA\"][\"WIKIDAtA_USER_AGENT_HEADER\"]\n",
|
" else config[\"WIKIDATA\"][\"WIKIDATA_USER_AGENT_HEADER\"]\n",
|
||||||
")"
|
")"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user