Browse Source

Merge pull request #2637 from AndrewJakubowicz/patch-1

Fix a minor typo in the word Dictionary
Rémi Verschelde 6 năm trước cách đây
mục cha
commit
4273e1498d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      getting_started/step_by_step/resources.rst

+ 1 - 1
getting_started/step_by_step/resources.rst

@@ -184,7 +184,7 @@ and :ref:`Resource <class_Resource>` features:
 
     Resources and Dictionaries are both passed by reference, but only Resources are
     reference-counted. This means that if a Dictionary is passed between objects and
-    the first object is deleted, all other objects' references to the Dictinoary will
+    the first object is deleted, all other objects' references to the Dictionary will
     be invalidated. Conversely, Resources will not be freed from memory until *all* the 
     objects are deleted.