Skip to content

Commit 6607b55

Browse files
committed
Merged with last commit
2 parents 1243d01 + 6569665 commit 6607b55

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

web/script_2.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,7 @@ const DIAGRAM_7_A =
149149
const DIAGRAM_7_B =
150150
'┏━━━━━━━━━━━━┯━━━━━━━━━━┯━━━━━━━━━━━━┯━━━━━━━━━━┯━━━━━━━━━━━━━━┓\n' +
151151
'┃ │ Iterable │ Collection │ Sequence │ abc.Sequence ┃\n' +
152-
'┠────────────┼──────────┼────────────┼──────────┼──────────────┨\n' +
153-
'┃ iter() │ ✓ │ ✓ │ ✓ │ ✓ ┃\n' +
154-
'┃ len() │ │ ✓ │ ✓ │ ✓ ┃\n' +
155-
'┃ getitem() │ │ │ ✓ │ ✓ ┃\n' +
156-
'┃ contains() │ │ ✓ │ │ ✓ ┃\n' +
157-
'┗━━━━━━━━━━━━┷━━━━━━━━━━┷━━━━━━━━━━━━┷━━━━━━━━━━┷━━━━━━━━━━━━━━┛\n';
152+
'┠────────────┼──────────┼────────────┼──────────┼──────────────┨\n';
158153

159154

160155
// isFontAvailable:

0 commit comments

Comments
 (0)