Merge pull request 'Changed name in code comments.' (#1) from amber-patch-1 into master

Reviewed-on: GVSU/ConnectFourPy#1
This commit is contained in:
Amber McCloughan 2021-02-21 20:10:57 +00:00
commit d3cbfdcc66
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ from GameLogic import *
from Parser import *
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" @author Scoots
" @author Amber
" @version 3/30/2017
" @see GameLogic.py
" @see Parser.py

View File

@ -1,7 +1,7 @@
import cPickle as pickle
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" @author Scoots
" @author Amber
" @version 3/30/2017
" @see https://docs.python.org/2/library/pickle.html
"

View File

@ -1,7 +1,7 @@
import argparse
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" @author Scoots
" @author Amber
" @version 3/30/2017
" @see https://docs.python.org/2.7/library/argparse.html
"