Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
83ad5015
Commit
83ad5015
authored
Jan 15, 2001
by
Barry Warsaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
effbot caught a typo!
parent
573b5412
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Doc/lib/libstdtypes.tex
Doc/lib/libstdtypes.tex
+3
-3
No files found.
Doc/lib/libstdtypes.tex
View file @
83ad5015
...
...
@@ -954,11 +954,11 @@ class C:
c = C()
d = C()
c.meth.whoami = 'my name is c'
d.meth.whoami = 'my name is d'
c.meth
od
.whoami = 'my name is c'
d.meth
od
.whoami = 'my name is d'
\end{verbatim}
If bound method attribute setting was allowed,
\code
{
c.meth.whoami
}
If bound method attribute setting was allowed,
\code
{
c.meth
od
.whoami
}
would return ``my name is d''.
See the
\citetitle
[../ref/ref.html]
{
Python Reference Manual
}
for more
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment