Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6053157

Browse files
authored
Python: Fix QLDoc to not mention sudo method on fabric Group
1 parent cd116fc commit 6053157

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • python/ql/src/experimental/semmle/python/frameworks

python/ql/src/experimental/semmle/python/frameworks/Fabric.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ private module FabricV2 {
502502
}
503503

504504
/**
505-
* A call to `run`, `sudo` on an instance of a subclass of `fabric.group.Group`.
505+
* A call to `run` on an instance of a subclass of `fabric.group.Group`.
506506
*
507507
* See https://docs.fabfile.org/en/2.5/api/group.html#fabric.group.Group.run
508508
*/

0 commit comments

Comments
 (0)