From 0c8f9dbce03472b8579f17732b43882e07e074cf Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Tue, 23 Feb 2021 06:48:32 -0500 Subject: [PATCH] Add comma --- docs/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.rst b/docs/README.rst index ba71a1c..fbccd19 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -144,7 +144,7 @@ is ``tractor``'s IPC! "Native" sub-process debugging ------------------------------ -Using the magic of `pdb++`_ and some IPC tricks we've +Using the magic of `pdb++`_ and some IPC tricks, we've been able to create a native feeling debugging experience for any (sub)-process in your ``tractor`` tree.