diff --git a/swh/dataset/exporters/edges.py b/swh/dataset/exporters/edges.py --- a/swh/dataset/exporters/edges.py +++ b/swh/dataset/exporters/edges.py @@ -30,7 +30,7 @@ Implementation of an exporter which writes all the graph edges of a specific type to a Zstandard-compressed CSV file. - Each row of the CSV is in the format: ` + Each row of the CSV is in the format: `` ``. """ def __init__(self, *args, **kwargs):