We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b77af27 commit 75acd7dCopy full SHA for 75acd7d
1 file changed
scaffoldgraph/core/fragment.py
@@ -39,7 +39,7 @@ class Fragmenter(ABC):
39
internal state or property used during fragmentation.
40
41
Subclasses should define the fragment method which takes a
42
- scaffold ``scafooldgraph.core.Scaffold`` as an argument
+ scaffold ``scaffoldgraph.core.Scaffold`` as an argument
43
and returns the next set of parent scaffolds after
44
fragmentation of the child scaffold. Subclasses may also
45
define an __init__ method to supply any arguments which may
0 commit comments