Skip to content

Commit 839d17d

Browse files
Removes mention of "experimental" from comments
1 parent 474abec commit 839d17d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

serial_asyncio/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33
#
4-
# Experimental implementation of asyncio support.
4+
# Implementation of asyncio support.
55
#
66
# This file is part of pySerial. https://github.com/pyserial/pyserial-asyncio
77
# (C) 2015-2020 pySerial-team
88
#
99
# SPDX-License-Identifier: BSD-3-Clause
1010
"""\
11-
Support asyncio with serial ports. EXPERIMENTAL
11+
Support asyncio with serial ports.
1212
1313
Posix platforms only, Python 3.5+ only.
1414

0 commit comments

Comments
 (0)