diff --git a/AUTHORS.md b/AUTHORS.md index 3b9d5534b..23327f84c 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -20,6 +20,7 @@ - Alexandre Catarino([@AlexCatarino](https://github.com/AlexCatarino)) - Andrey Sant'Anna ([@andreydani](https://github.com/andreydani)) - Arvid JB ([@ArvidJB](https://github.com/ArvidJB)) +- Avinash Maddikonda ([@SFM61319](https://github.com/SFM61319)) - BenoƮt Hudson ([@benoithudson](https://github.com/benoithudson)) - Bradley Friedman ([@leith-bartrich](https://github.com/leith-bartrich)) - Callum Noble ([@callumnoble](https://github.com/callumnoble)) @@ -75,4 +76,3 @@ - ([@stonebig](https://github.com/stonebig)) - ([@testrunner123](https://github.com/testrunner123)) - ([@DanBarzilian](https://github.com/DanBarzilian)) - diff --git a/README.rst b/README.rst index 98a62ba24..773150105 100644 --- a/README.rst +++ b/README.rst @@ -24,7 +24,7 @@ Calling .NET code from Python Python.NET allows CLR namespaces to be treated essentially as Python packages. -.. code-block:: +.. code-block:: python import clr from System import String @@ -33,7 +33,7 @@ Python.NET allows CLR namespaces to be treated essentially as Python packages. To load an assembly, use the ``AddReference`` function in the ``clr`` module: -.. code-block:: +.. code-block:: python import clr clr.AddReference("System.Windows.Forms") @@ -85,7 +85,7 @@ Example Output: -.. code:: +.. code:: csharp 1.0 -0.958924274663