Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f1dfa5c

Browse files
committed
minor update
1 parent 71c46f5 commit f1dfa5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2981,7 +2981,7 @@ def __init__(self):
29812981
def safeCSValue(value):
29822982
"""
29832983
Returns value safe for CSV dumping.
2984-
Reference: http://stackoverflow.com/questions/769621/dealing-with-commas-in-a-csv-file
2984+
Reference: http://tools.ietf.org/html/rfc4180
29852985
"""
29862986

29872987
retVal = value

0 commit comments

Comments
 (0)