From 768df001385e7b98958ab7e977d905c23f282892 Mon Sep 17 00:00:00 2001 From: Andrew Feierabend Date: Tue, 22 Dec 2020 16:14:07 -0500 Subject: [PATCH] DOCSP-13712 replace term relative for pwd() --- source/reference/method/pwd.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/source/reference/method/pwd.txt b/source/reference/method/pwd.txt index e7e6e1d8afb..2e7dfc2abcf 100644 --- a/source/reference/method/pwd.txt +++ b/source/reference/method/pwd.txt @@ -12,7 +12,5 @@ pwd() .. method:: pwd() - Returns the current directory. - - This function returns with output relative to the current shell - session, and does not impact the server. + Returns the current working directory of the active shell session, + and does not impact the server.