mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
Python: Fix up a bunch of function QLDoc
This commit is contained in:
@@ -13,6 +13,9 @@
|
||||
import python
|
||||
|
||||
/**
|
||||
* Gets the name of a deprecated module (for a particular version of Python) and the name of a suggested
|
||||
* replacement.
|
||||
*
|
||||
* The module `name` was deprecated in Python version `major`.`minor`,
|
||||
* and module `instead` should be used instead (or `instead = "no replacement"`)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user