Skip to content

Commit 599c141

Browse files
committed
Remove unused Asciidoc include marker comments
1 parent a3bf32b commit 599c141

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

21-class-metaprog/evalsupport.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def inner_1(self):
99
cls.method_y = inner_1
1010
return cls
1111

12-
# BEGIN META_ALEPH
12+
1313
class MetaAleph(type):
1414
print('<[400]> MetaAleph body')
1515

@@ -20,6 +20,6 @@ def inner_2(self):
2020
print('<[600]> MetaAleph.__init__:inner_2')
2121

2222
cls.method_z = inner_2
23-
# END META_ALEPH
23+
2424

2525
print('<[700]> evalsupport module end')

0 commit comments

Comments
 (0)