We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d9621e commit 879f232Copy full SHA for 879f232
src/core/IronPython/Runtime/ClrModule.cs
@@ -40,8 +40,8 @@
40
[assembly: PythonModule("clr", typeof(IronPython.Runtime.ClrModule))]
41
namespace IronPython.Runtime {
42
/// <summary>
43
- /// this class contains objecs and static methods used for
44
- /// .NET/CLS interop with Python.
+ /// This class contains objects and static methods used for
+ /// .NET/CLS interop with Python.
45
/// </summary>
46
public static class ClrModule {
47
0 commit comments