lhoestq HF staff commited on
Commit
b026547
1 Parent(s): 39a01a7

update code blocks (#3863)

Browse files

Commit from https://github.com/huggingface/datasets/commit/7ab895cfbb5995d579bb089962d098d471bde550

Files changed (1) hide show
  1. tuple_ie.py +4 -2
tuple_ie.py CHANGED
@@ -136,8 +136,10 @@ class TupleIE(datasets.GeneratorBasedBuilder):
136
 
137
  Args:
138
  tuple_text (str): Format of extraction text:
139
- .. code-block::
140
- {Context(<context>):}(<arg1>; <rel>; {[L|T]:}<arg2_1>; {[L|T]:}<arg2_2>; ...)
 
 
141
 
142
  .. note::
143
  * ``{}`` means one can be optionally appear
136
 
137
  Args:
138
  tuple_text (str): Format of extraction text:
139
+
140
+ ```
141
+ {Context(<context>):}(<arg1>; <rel>; {[L|T]:}<arg2_1>; {[L|T]:}<arg2_2>; ...)
142
+ ```
143
 
144
  .. note::
145
  * ``{}`` means one can be optionally appear