LibraryOfCongress / bagit-python

Work with BagIt packages from Python.
http://libraryofcongress.github.io/bagit-python
216 stars 85 forks source link

escape doc string #171

Closed nkrabben closed 1 year ago

nkrabben commented 1 year ago

Another small PR to fix a deprecated warning

All windows-style slashes should be escaped. The other option would be to create a multi-line literal, but that seemed awkward.