mirror of
https://github.com/QData/TextAttack.git
synced 2021-10-13 00:05:06 +03:00
clean up the docstring of each module and module content section
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
"""A command line parser to run an attack from user specifications."""
|
||||
"""
|
||||
|
||||
TextAttack Command Class for Attack Parralle
|
||||
---------------------------------------------
|
||||
|
||||
A command line parser to run an attack in parralle from user specifications.
|
||||
|
||||
"""
|
||||
|
||||
|
||||
from collections import deque
|
||||
import os
|
||||
import time
|
||||
|
||||
Reference in New Issue
Block a user