Skip to content

Commit 3cb2033

Browse files
authored
Update scripts.rst
fix typo
1 parent 2ea283f commit 3cb2033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/scripts.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ and an optional argument ``date`` of type ``string`` which defaults to ``01/01/2
192192
# One positional and one optional argument
193193
parser.add_argument('name', type=str, metavar="N",
194194
help="The name of the subject")
195-
parser.add_argument('-d', '--date', type=string, default="01/01/2000",
195+
parser.add_argument('-d', '--date', type=str, default="01/01/2000",
196196
help="Birth date of the subject")
197197
198198
args = parser.parse_args()

0 commit comments

Comments
 (0)