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
pull/9336/head
Chandler May 11 months ago committed by GitHub
parent 8bebc9206f
commit 15f1af8ed6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -123,7 +123,7 @@
"wikidata_user_agent_header = (\n",
" None\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…
Cancel
Save