2
0
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:
Joel de Guzman
2005-10-13 12:02:25 +00:00
parent b705931ff0
commit ab2912e3c2

View File

@@ -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++]