From 59c66e242313f684ece4871d38e37281c74e29ec Mon Sep 17 00:00:00 2001 From: Eric Zhang Date: Fri, 2 Aug 2024 17:14:26 -0400 Subject: [PATCH] Fix broken doc comment again (#2069) --- modal/_tunnel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modal/_tunnel.py b/modal/_tunnel.py index f4bf9f018..30bfec793 100644 --- a/modal/_tunnel.py +++ b/modal/_tunnel.py @@ -129,7 +129,7 @@ def tcp_tunnel(): ``` **SSH example:** - This assumes you have a rsa keypair in `~/.ssh/id_rsa{.pub}, this is a bare-bones example + This assumes you have a rsa keypair in `~/.ssh/id_rsa{.pub}`, this is a bare-bones example letting you SSH into a Modal container. ```python