Skip to content

Commit d5a12c1

Browse files
committed
Fix invalid escape sequence warnings in sphinx docs
1 parent ae89355 commit d5a12c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pwnlib/context/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1580,7 +1580,7 @@ def gdb_binary(self, value):
15801580

15811581
@_validator
15821582
def windbg_binary(self, value):
1583-
"""Path to the binary that is used when running WinDbg locally.
1583+
r"""Path to the binary that is used when running WinDbg locally.
15841584
15851585
This is useful when you have multiple versions of WinDbg installed or the WinDbg binary is
15861586
called something different.
@@ -1597,7 +1597,7 @@ def windbg_binary(self, value):
15971597

15981598
@_validator
15991599
def windbgx_binary(self, value):
1600-
"""Path to the binary that is used when running WinDbgX locally.
1600+
r"""Path to the binary that is used when running WinDbgX locally.
16011601
16021602
This is useful when you have multiple versions of WinDbgX installed or the WinDbgX binary is
16031603
called something different.

0 commit comments

Comments
 (0)