Explorar o código

Fix a minor typo in the word Dictionary

Andrew Jakubowicz %!s(int64=6) %!d(string=hai) anos
pai
achega
89cb4d4501
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.