Skip to content

Commit c7fc80a

Browse files
committed
doc: update vim doc
1 parent 53297a2 commit c7fc80a

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

doc/python.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,8 @@ Parameters ~
295295
Class ~
296296
{PythonStateVEnv}
297297
Fields ~
298-
{python_interpreter} `(string | nil)`
299-
{venv_path} `(string | nil)`
298+
{python_interpreter} `(string)`
299+
{venv_path} `(string)`
300300
{install_method} `(string)`
301301
{install_file} `(string)`
302302
{source} `(string)`
@@ -320,14 +320,14 @@ Fields ~
320320
{dap} `(table<string, dap.Configuration>)`
321321

322322
------------------------------------------------------------------------------
323-
*PythonState.State()*
324-
`PythonState.State`()
323+
*PythonStateM.State()*
324+
`PythonStateM.State`()
325325
Return ~
326326
`(PythonState)`
327327

328328
------------------------------------------------------------------------------
329-
*PythonState.save()*
330-
`PythonState.save`({new_state})
329+
*PythonStateM.save()*
330+
`PythonStateM.save`({new_state})
331331
Parameters ~
332332
{new_state} `(PythonState)`
333333

doc/tags

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ PythonConfig.setup() python.txt /*PythonConfig.setup()*
88
PythonDap.prepare_debugpy() python.txt /*PythonDap.prepare_debugpy()*
99
PythonLSPCommands.pyright_change_type_checking() python.txt /*PythonLSPCommands.pyright_change_type_checking()*
1010
PythonState python.txt /*PythonState*
11-
PythonState.State() python.txt /*PythonState.State()*
12-
PythonState.save() python.txt /*PythonState.save()*
1311
PythonStateDap python.txt /*PythonStateDap*
12+
PythonStateM.State() python.txt /*PythonStateM.State()*
13+
PythonStateM.save() python.txt /*PythonStateM.save()*
1414
PythonStateVEnv python.txt /*PythonStateVEnv*
1515
PythonTreeSitterCommands.ts_wrap_at_cursor() python.txt /*PythonTreeSitterCommands.ts_wrap_at_cursor()*
1616
PythonUI.activate_system_call_ui() python.txt /*PythonUI.activate_system_call_ui()*

0 commit comments

Comments
 (0)