mirror of
https://github.com/boostorg/python.git
synced 2026-01-26 06:42:27 +00:00
minor fix
[SVN r31308]
This commit is contained in:
@@ -1249,7 +1249,7 @@ Python:
|
||||
[python]
|
||||
|
||||
>>> d = dict(x.__dict__) # copies x.__dict__
|
||||
>>> d['whatever'] # modifies the copy
|
||||
>>> d['whatever'] = 3 # modifies the copy
|
||||
|
||||
C++:
|
||||
[c++]
|
||||
|
||||
Reference in New Issue
Block a user