Просмотр исходного кода

Typo fix (#4715)

Fixed type, removed unnecessary ";" symbol from the sentence
Kanan Rahimov 7 лет назад
Родитель
Сommit
5e2689d79c
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      docs/userguide/concurrency/eventlet.rst

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

@@ -9,8 +9,8 @@
 Introduction
 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.
 change how you run your code, not how you write it.
 
 
     * It uses `epoll(4)`_ or `libevent`_ for
     * It uses `epoll(4)`_ or `libevent`_ for