Parcourir la source

Fix a minor typo in the word Dictionary

Andrew Jakubowicz il y a 6 ans
Parent
commit
89cb4d4501
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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.