From 1e023c3956dea4a3eef65fe820a14320e2e28274 Mon Sep 17 00:00:00 2001 From: Mariko Wakabayashi Date: Mon, 1 Feb 2021 13:06:03 -0700 Subject: [PATCH] Update docs/source/other/full-config.rst Co-authored-by: Kevin Bates --- docs/source/other/full-config.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/source/other/full-config.rst b/docs/source/other/full-config.rst index d88df9d78e..050af18ad2 100644 --- a/docs/source/other/full-config.rst +++ b/docs/source/other/full-config.rst @@ -796,7 +796,7 @@ Session.unpacker : DottedObjectName Only used with custom functions for `packer`. Session.username : Unicode - Default: ``'echar4'`` + Default: ``'username'`` Username for the Session. Default is your system username. @@ -1388,4 +1388,3 @@ GatewayClient.ws_url : Unicode The websocket url of the Kernel or Enterprise Gateway server. If not provided, this value will correspond to the value of the Gateway url with 'ws' in place of 'http'. (JUPYTER_GATEWAY_WS_URL env var) -