From bbd315d4cd24f9dbc7b4191e31714ee1abab84cb Mon Sep 17 00:00:00 2001 From: Kayleigh <64646530+KayleighOwO@users.noreply.github.com> Date: Thu, 22 Aug 2024 07:52:55 +0200 Subject: [PATCH] Update README.rst (#2) file file --- recipes/1.Login/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/1.Login/README.rst b/recipes/1.Login/README.rst index db08275f..30fd902b 100644 --- a/recipes/1.Login/README.rst +++ b/recipes/1.Login/README.rst @@ -18,5 +18,5 @@ persistent_login.py In this example, after the login prompt, the client will remain connected until interrupted. The client will attempt to reconnect after losing network connectivity or when steam is down. -A file file is persisted to disk with the account information: ``credentials.json``. +A json file is persisted to disk with the account information: ``credentials.json``.