Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit00e5ddb

Browse files
committed
fixed typo
1 parentbce9798 commit00e5ddb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/runtime/methodbinding.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public static IntPtr mp_subscript(IntPtr tp, IntPtr idx)
6060
returnmb.pyHandle;
6161
}
6262

63-
PyObjectSingature{
63+
PyObjectSignature{
6464
get{
6565
varinfos=this.info==null?this.m.info:new[]{this.info};
6666
vartype=infos.Select(i=>i.DeclaringType)
@@ -140,7 +140,7 @@ public static IntPtr tp_getattro(IntPtr ob, IntPtr key)
140140
varom=newOverloadMapper(self.m,self.target);
141141
returnom.pyHandle;
142142
case"__signature__":
143-
varsig=self.Singature;
143+
varsig=self.Signature;
144144
if(sigisnull)
145145
{
146146
returnRuntime.PyObject_GenericGetAttr(ob,key);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp