Bladeren bron

Typo fix (#4715)

Fixed type, removed unnecessary ";" symbol from the sentence
Kanan Rahimov 6 jaren geleden
bovenliggende
commit
5e2689d79c
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      docs/userguide/concurrency/eventlet.rst

+ 2 - 2
docs/userguide/concurrency/eventlet.rst

@@ -9,8 +9,8 @@
 Introduction
 ============
 
-The `Eventlet`_ homepage describes it as;
-A concurrent networking library for Python that allows you to
+The `Eventlet`_ homepage describes it as
+a concurrent networking library for Python that allows you to
 change how you run your code, not how you write it.
 
     * It uses `epoll(4)`_ or `libevent`_ for