File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020- Alexandre Catarino([ @AlexCatarino ] ( https://github.com/AlexCatarino ) )
2121- Andrey Sant'Anna ([ @andreydani ] ( https://github.com/andreydani ) )
2222- Arvid JB ([ @ArvidJB ] ( https://github.com/ArvidJB ) )
23+ - Avinash Maddikonda ([ @SFM61319 ] ( https://github.com/SFM61319 ) )
2324- Benoît Hudson ([ @benoithudson ] ( https://github.com/benoithudson ) )
2425- Bradley Friedman ([ @leith-bartrich ] ( https://github.com/leith-bartrich ) )
2526- Callum Noble ([ @callumnoble ] ( https://github.com/callumnoble ) )
7576- ([ @stonebig ] ( https://github.com/stonebig ) )
7677- ([ @testrunner123 ] ( https://github.com/testrunner123 ) )
7778- ([ @DanBarzilian ] ( https://github.com/DanBarzilian ) )
78-
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Calling .NET code from Python
2424
2525Python.NET allows CLR namespaces to be treated essentially as Python packages.
2626
27- .. code-block ::
27+ .. code-block :: python
2828
2929 import clr
3030 from System import String
@@ -33,7 +33,7 @@ Python.NET allows CLR namespaces to be treated essentially as Python packages.
3333 To load an assembly, use the ``AddReference `` function in the ``clr ``
3434module:
3535
36- .. code-block ::
36+ .. code-block :: python
3737
3838 import clr
3939 clr.AddReference(" System.Windows.Forms" )
@@ -85,7 +85,7 @@ Example
8585
8686 Output:
8787
88- .. code ::
88+ .. code :: csharp
8989
9090 1 . 0
9191 - 0 . 958924274663
You can’t perform that action at this time.
0 commit comments