Page MenuHomeSoftware Heritage

Fix sphinx warnings
ClosedPublic

Authored by anlambert on Jan 17 2020, 4:31 PM.

Details

Summary

Related to T2188

Diff Detail

Repository
rDLDSVN Subversion (SVN) loader
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

vlorentz added a subscriber: vlorentz.
vlorentz added inline comments.
swh/loader/svn/ra.py
32–33

or: r"""Normalize line endings to unix (\n), windows (\r\n) or mac (\r).

This revision is now accepted and ready to land.Jan 17 2020, 4:33 PM
swh/loader/svn/ra.py
32–33

Oh right, raw string litteral

Use raw string litteral instead

This revision was landed with ongoing or failed builds.Jan 17 2020, 4:38 PM
This revision was automatically updated to reflect the committed changes.