From 7f0d7ce6d6abce5981ec55d4b82b9a04d05e57de Mon Sep 17 00:00:00 2001 From: Ed Costello Date: Fri, 3 Aug 2012 13:52:12 -0400 Subject: [PATCH 1/2] fix indentation in javascript block for formatting --- source/reference/replica-configuration.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/reference/replica-configuration.txt b/source/reference/replica-configuration.txt index 6ca3025a59d..b3c2308f797 100644 --- a/source/reference/replica-configuration.txt +++ b/source/reference/replica-configuration.txt @@ -367,10 +367,10 @@ in the :data:`members[n].tags`. Consider the following example: conf.members[1].tags = { "dc": "east", "use": "reporting" } rs.reconfig(conf) - After this operation the output of :func:`rs.conf()`, would - resemble the following: + After this operation the output of :func:`rs.conf()`, would + resemble the following: - .. code-block:: javascript + .. code-block:: javascript { "_id" : "rs0", From 56718310b1c1d7c4fb108612811a6a8b2b2b10c3 Mon Sep 17 00:00:00 2001 From: Ed Costello Date: Fri, 3 Aug 2012 14:16:20 -0400 Subject: [PATCH 2/2] fix indentation in javascript block for formatting --- source/reference/javascript.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/reference/javascript.txt b/source/reference/javascript.txt index e3c486ced98..a384c6e5c04 100644 --- a/source/reference/javascript.txt +++ b/source/reference/javascript.txt @@ -459,9 +459,9 @@ Data Aggregation } } ); - .. seealso:: ":dbcommand:`aggregate`," - ":doc:`/applications/aggregation`," and - ":doc:`/reference/aggregation`." + .. seealso:: ":dbcommand:`aggregate`," + ":doc:`/applications/aggregation`," and + ":doc:`/reference/aggregation`." .. function:: db.collection.group({key, reduce, initial, [keyf,] [cond,] finalize})