Skip to content

Commit 4cd1fef

Browse files
authored
build(deps): bump PyCWA/docformatter 1.7.7 to 1.7.8 (#24)
1 parent 710be1e commit 4cd1fef

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ repos:
4040
files: ^stubs/stubs/
4141
args: [--settings-file, stubs/tox.ini]
4242
- repo: https://github.com/PyCQA/docformatter
43-
rev: v1.7.7
43+
rev: v1.7.8
4444
hooks:
4545
- id: docformatter
4646
files: ^src/

src/java/lang/__init__.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -856,9 +856,10 @@ def __init__(self, message=None, cause=None):
856856

857857

858858
class Thread(Object):
859-
"""A thread is a thread of execution in a program. The Java Virtual
860-
Machine allows an application to have multiple threads of execution
861-
running concurrently.
859+
"""A thread is a thread of execution in a program.
860+
861+
The Java Virtual Machine allows an application to have multiple
862+
threads of execution running concurrently.
862863
863864
Every thread has a name for identification purposes. More than one
864865
thread may have the same name. If a name is not specified when a

0 commit comments

Comments
 (0)