Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pdfrw/objects/pdfstring.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# 2016 James Laird-Wah, Sydney, Australia
# MIT license -- See LICENSE.txt for details

"""
r"""

================================
PdfString encoding and decoding
Expand Down Expand Up @@ -404,7 +404,7 @@ def init_unescapes(cls):
return unescape_func

def decode_literal(self):
"""Decode a PDF literal string, which is enclosed in parentheses ()
r"""Decode a PDF literal string, which is enclosed in parentheses ()

Many pdfrw users never decode strings, so defer creating
data structures to do so until the first string is decoded.
Expand Down