Skip to content

Commit 9863914

Browse files
EgorBlagovtcalmant
authored andcommitted
Fixed type in basicConfig method name
1 parent a8d5633 commit 9863914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/server.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The easiest way to do it is to add those lines at the beginning of your code:
5151
.. code-block:: python
5252
5353
import logging
54-
logging.basiConfig()
54+
logging.basicConfig()
5555
5656
More information can be found in the
5757
`logging documentation page <https://docs.python.org/3/library/logging.html>`_.

0 commit comments

Comments
 (0)