Skip to content

Commit

Permalink
Fix a spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon authored Sep 20, 2017
1 parent 8e8267d commit cc8ae3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pep-0556.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ There is a catch, though. Over the course of reclaiming dead reference
cycles (and any ancillary objects hanging at those cycles), the GC can
execute arbitrary finalization code in the form of ``__del__`` methods
and ``weakref`` callbacks. Over the years, Python has been used for more
and more sophisticated purposes, and it is increasinly common for
and more sophisticated purposes, and it is increasingly common for
finalization code to perform complex tasks, for example in distributed
systems where loss of an object may require notifying other (logical
or physical) nodes.
Expand Down

0 comments on commit cc8ae3d

Please sign in to comment.