1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

add colon to parameter in docs

This commit is contained in:
Kelly Brazil
2019-11-13 08:04:40 -08:00
parent 79152a946d
commit 2f805da24d
45 changed files with 51 additions and 51 deletions

View File

@ -9,7 +9,7 @@ def warning_message(message):
Parameters:
message (string) text of message
message: (string) text of message
Returns:
@ -28,7 +28,7 @@ def error_message(message):
Parameters:
message (string) text of message
message: (string) text of message
Returns:
@ -46,9 +46,9 @@ def compatibility(mod_name, compatible):
Parameters:
mod_name (string) __name__ of the calling module
mod_name: (string) __name__ of the calling module
compatible (list) sys.platform name(s) compatible with the parser
compatible: (list) sys.platform name(s) compatible with the parser
compatible options:
linux, darwin, cygwin, win32, aix, freebsd