Fix comment typo
This commit is contained in:
parent
737095e7fb
commit
275e1a7aa8
@@ -2,7 +2,7 @@
|
||||
import asyncio
|
||||
class Buffer(asyncio.Queue):
|
||||
'''
|
||||
チャットデータを格納するバッファの役割を持つLIFOキュー
|
||||
チャットデータを格納するバッファの役割を持つFIFOキュー
|
||||
|
||||
Parameter
|
||||
---------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import aiohttp, asyncio, async_timeout
|
||||
import aiohttp, asyncio
|
||||
import datetime
|
||||
import json
|
||||
import random
|
||||
|
||||
@@ -3,7 +3,7 @@ import queue
|
||||
|
||||
class Buffer(queue.Queue):
|
||||
'''
|
||||
チャットデータを格納するバッファの役割を持つLIFOキュー
|
||||
チャットデータを格納するバッファの役割を持つFIFOキュー
|
||||
|
||||
Parameter
|
||||
---------
|
||||
|
||||
Reference in New Issue
Block a user