From e8c2153697330b28141da07fcfd96df38e9db012 Mon Sep 17 00:00:00 2001 From: Jeff Allen Date: Wed, 18 Aug 2021 11:04:15 -0400 Subject: [PATCH] fix typo on db.getReplicationinfo --- source/reference/method/db.getReplicationInfo.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/reference/method/db.getReplicationInfo.txt b/source/reference/method/db.getReplicationInfo.txt index 94018a4bb6f..665be2cab61 100644 --- a/source/reference/method/db.getReplicationInfo.txt +++ b/source/reference/method/db.getReplicationInfo.txt @@ -78,7 +78,7 @@ Output .. data:: db.getReplicationInfo.now - Returns a time stamp that reflects reflecting the current time. + Returns a timestamp that reflects the current time. The shell process generates this value, and the datum may differ slightly from the server time if you're connecting from a remote host as a result. Equivalent to :method:`Date()`.