From e289a7aade58d65bdcb92b13b5b5b4e57ae82e57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jorge=20Puente=20Sarr=C3=ADn?= Date: Fri, 4 Jan 2013 11:53:01 -0500 Subject: [PATCH] Minor correction to _isWindows method --- source/reference/method/isWindows.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/reference/method/isWindows.txt b/source/reference/method/isWindows.txt index ee2292cb725..c54a4f38a40 100644 --- a/source/reference/method/isWindows.txt +++ b/source/reference/method/isWindows.txt @@ -8,6 +8,6 @@ isWindows() :returns: boolean. - Returns "true" if the server is running on a system that is - Windows, or "false" if the server is running on a Unix or Linux - systems. + Returns "true" if the :program:`mongo` shell is running on a + system that is Windows, or "false" if the server is running + on a Unix or Linux systems.