Skip to content

Commit b37dfb1

Browse files
committed
fix: fix doc
1 parent 742d71f commit b37dfb1

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

src/pyannote/core/annotation.py

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -564,26 +564,26 @@ def extrude(
564564
A simple illustration:
565565
566566
.. code-block:: text
567-
568-
annotation
569-
A |------| |------|
570-
B |----------|
571-
C |--------------| |------|
572-
573-
removed `Timeline`
574-
|-------| |-----------|
575-
576-
extruded Annotation with mode="intersection"
577-
B |---|
578-
C |--| |------|
579-
580-
extruded Annotation with mode="loose"
581-
C |------|
582-
583-
extruded Annotation with mode="strict"
584-
A |------|
585-
B |----------|
586-
C |--------------| |------|
567+
568+
A |------| |------| #
569+
B |----------| # self
570+
C |--------------| |------| #
571+
572+
#
573+
|-------| |-----------| # removed
574+
#
575+
576+
A #
577+
B |---| # mode="intersection"
578+
C |--| |------| #
579+
580+
A #
581+
B # mode="loose"
582+
C |------| #
583+
584+
A |------| #
585+
B |----------| # mode="strict"
586+
C |--------------| |------| #
587587
588588
Parameters
589589
----------

0 commit comments

Comments
 (0)