Skip to content

Commit 5e2689d

Browse files
KenanBekauvipy
authored andcommitted
Typo fix (celery#4715)
Fixed type, removed unnecessary ";" symbol from the sentence
1 parent 14c94da commit 5e2689d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/userguide/concurrency/eventlet.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
Introduction
1010
============
1111

12-
The `Eventlet`_ homepage describes it as;
13-
A concurrent networking library for Python that allows you to
12+
The `Eventlet`_ homepage describes it as
13+
a concurrent networking library for Python that allows you to
1414
change how you run your code, not how you write it.
1515

1616
* It uses `epoll(4)`_ or `libevent`_ for

0 commit comments

Comments
 (0)