mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Cleanup docstrings at module level
This commit is contained in:
parent
b9718d3a09
commit
603f94e2a3
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
'''
|
||||
React by calling async runners
|
||||
React by calling asynchronous runners
|
||||
'''
|
||||
# Import python libs
|
||||
from __future__ import absolute_import, print_function, unicode_literals
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
'''
|
||||
React by calling async runners
|
||||
React by calling asynchronous runners
|
||||
'''
|
||||
# Import python libs
|
||||
from __future__ import absolute_import, print_function, unicode_literals
|
||||
|
|
Loading…
Add table
Reference in a new issue