Ruby rst doc conversion corrections
diff --git a/SphinxDocs/source/Manual/Ruby.rst b/SphinxDocs/source/Manual/Ruby.rst
index c51d131..32c0f71 100644
--- a/SphinxDocs/source/Manual/Ruby.rst
+++ b/SphinxDocs/source/Manual/Ruby.rst
@@ -2140,10 +2140,8 @@
     * 
       - SWIG_UnknownError
       - rb_eRuntimeError
-    *   
-      - \* These error classes are created by SWIG and are not built-in Ruby                 
-        exception_classes                                                                    
-      -  
+
+\* These error classes are created by SWIG and are not built-in Ruby exception_classes                                                                    
 
 The second way to raise errors is to use
 ``SWIG_Raise(obj, type, desc)``. Obj is a C++ instance of an exception
@@ -4948,7 +4946,7 @@
 
 .. container:: code targetlang
 
-   .. code:: targetlang
+   ::
 
       $irb
       irb(main):002:0> require 'example'