From d6bf81e473a96f82d67ba7c84c2942df472147b8 Mon Sep 17 00:00:00 2001 From: Caleb Stewart Date: Fri, 18 Jun 2021 14:46:53 -0400 Subject: [PATCH] Fixed invalid escape sequence in docstring --- pwncat/manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwncat/manager.py b/pwncat/manager.py index 2b9d1e7..d01f75a 100644 --- a/pwncat/manager.py +++ b/pwncat/manager.py @@ -643,7 +643,7 @@ class Manager: pwncat.util.console.print_exception() def create_session(self, platform: str, channel: Channel = None, **kwargs): - """ + r""" Create a new session from a new or existing channel. The platform specified should be the name registered name (e.g. ``linux``) of a platform class. If no existing channel is provided, the keyword arguments are used to construct