Python: Fix QLDoc to not mention sudo method on fabric Group

This commit is contained in:
Rasmus Wriedt Larsen
2020-10-20 17:30:09 +02:00
committed by GitHub
parent cd116fc5f2
commit 6053157b09

View File

@@ -502,7 +502,7 @@ private module FabricV2 {
}
/**
* A call to `run`, `sudo` on an instance of a subclass of `fabric.group.Group`.
* A call to `run` on an instance of a subclass of `fabric.group.Group`.
*
* See https://docs.fabfile.org/en/2.5/api/group.html#fabric.group.Group.run
*/