summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/pedigree-perl/Pedigree/TwinsNode.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts/pedigree-perl/Pedigree/TwinsNode.pm')
-rw-r--r--Master/texmf-dist/scripts/pedigree-perl/Pedigree/TwinsNode.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/pedigree-perl/Pedigree/TwinsNode.pm b/Master/texmf-dist/scripts/pedigree-perl/Pedigree/TwinsNode.pm
index c8557230bd7..85f8454b76b 100644
--- a/Master/texmf-dist/scripts/pedigree-perl/Pedigree/TwinsNode.pm
+++ b/Master/texmf-dist/scripts/pedigree-perl/Pedigree/TwinsNode.pm
@@ -22,7 +22,6 @@ $node->DrawConnections();
This package contains data about a twins node. Twins node is
a special node between the parent and the twins.
-=over 4
=cut
@@ -44,6 +43,8 @@ our @ISA=('Pedigree::Node');
=pod
+=over 4
+
=item B<new>(I<%params>);
Construct a new node from the given parameters.