Skip to content

Commit 8d313ff

Browse files
qldoc fixes
1 parent 6207137 commit 8d313ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/ql/lib/semmle/python/frameworks/Socketio.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ private import semmle.python.frameworks.internal.PoorMansFunctionResolution
1717
module SocketIO {
1818
/** Provides models for socketio `Server` and `AsyncServer` classes. */
1919
module Server {
20-
/** An instance of a socketio `Server` or `AsyncServer`. */
20+
/** Gets an instance of a socketio `Server` or `AsyncServer`. */
2121
API::Node server() {
2222
result = API::moduleImport("socketio").getMember(["Server", "AsyncServer"]).getAnInstance()
2323
}
2424

25-
/** A decorator that indicates a socketio event handler. */
25+
/** Gets a decorator that indicates a socketio event handler. */
2626
private API::Node serverEventAnnotation() {
2727
result = server().getMember("event")
2828
or

0 commit comments

Comments
 (0)