From 9fa57bff6a591b607c2ba62e17a10d3ccaf9d56d Mon Sep 17 00:00:00 2001 From: Jeremy Mikola Date: Mon, 30 Mar 2015 20:09:04 -0400 Subject: [PATCH] Remove extra slash from Python and Ruby DBRef docs --- source/reference/database-references.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/reference/database-references.txt b/source/reference/database-references.txt index 3a6b090e6c3..e840a69ef10 100644 --- a/source/reference/database-references.txt +++ b/source/reference/database-references.txt @@ -211,11 +211,11 @@ Driver Support for DBRefs `the MongoDBRef `_ class. **Python** - The Python driver supports DBRefs using the :api:`DBRef ` class and the :api:`dereference ` method. + The Python driver supports DBRefs using the :api:`DBRef ` class and the :api:`dereference ` method. **Ruby** - The Ruby driver supports DBRefs using the :api:`DBRef ` class - and the :api:`dereference ` method. + The Ruby driver supports DBRefs using the :api:`DBRef ` class + and the :api:`dereference ` method. **Scala** The Scala driver contains no support for DBRefs. You can traverse