docs: Update basedpyright section (#40079)

Finn Evers created

Follows up the report #39794

Release Notes:

- N/A

Change summary

docs/src/languages/python.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

docs/src/languages/python.md 🔗

@@ -128,7 +128,7 @@ You can use the following configuration:
   "lsp": {
     "basedpyright": {
       "settings": {
-        "basedpyright.analysis": {
+        "analysis": {
           "diagnosticMode": "workspace",
           "inlayHints.callArgumentNames": false
         }