File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
77## About
88
9- A sample socket programming in python using low level networking interface module [ socket] ( https://docs.python.org/3.3/library/socket.html ) .
9+ A sample socket programming in python using low level networking interface module [ socket] ( https://docs.python.org/3.3/library/socket.html ) .
1010
1111## Instructions
1212
13- * Create conda environment with required dependedncies by running:
13+ * Create conda environment with required dependencies by running:
1414
1515 ``` bash
1616 conda create --name socket_prog --file conda_env_export.yml
@@ -32,6 +32,6 @@ You will find follwing on top of vanilla implementation you find in any first tu
3232
3333## Notes
3434
35- * Program is wrtten in python 3.7.4
35+ * Program is written in python 3.7.4
3636
3737> *** Feel free to request more feature you would like, i wil try to add it when i get time***
You can’t perform that action at this time.
0 commit comments