Skip to content

Commit

Permalink
Merge pull request #16 from ctismer/master
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
rgalanakis committed Jun 9, 2014
2 parents b29c97f + 092ee1e commit 02168a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/body.rst
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ goless and the GIL
==================

``goless`` does not address CPython's **Global Interpreter Lock** (**GIL**) at all.
``goless`` does not magically provide any parellelization.
It provides Go-like semantics, but not its performace.
``goless`` does not magically provide any parallelization.
It provides Go-like semantics, but not its performance.
Perhaps this will change in the future if the GIL is removed.
Another option is PyPy's STM branch,
which ``goless`` will (probably) benefit heartily.
Expand Down

0 comments on commit 02168a4

Please sign in to comment.