Skip to content

Commit 8a5b038

Browse files
committed
update
Signed-off-by: Harmouch101 <mahmoudddharmouchhh@gmail.com>
1 parent ce1d8d6 commit 8a5b038

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Chapter_02: Built-In func & Std Modules.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Chapter_02: Functions, File I/O and Generators.
1+
# Chapter_02: Built-in functions & Standard Modules.
22

33
Document's Author: Mahmoud Harmouch
44

@@ -1910,7 +1910,7 @@ shutil — High-level file operations
19101910
| Topic | Modules |
19111911
| --- | --- |
19121912
| Internet Data Handling | base64, binhex, binascii, email, json, mailbox, mailcap, mimetypes, quopri, uu. |
1913-
| Development Tools | unittest, typing , pydoc, doctest, test, 2to3
1913+
| Development Tools | unittest, typing , pydoc, doctest, test, 2to3. |
19141914
| Debugging and Profiling | cProfile, faulthandler , pdb, profile, trace, tracemalloc. |
19151915
| Graphical | IDLE, PyGObject, PyGTK, PyQt, PySide2, wxPython, Tkinter. |
19161916
| Internet Protocols | cgi, cgitb, imaplib, ipaddress, nntplib, poplib, smtplib, socket, syncore, telnetlib, urllib, urllib2. |
@@ -1926,7 +1926,7 @@ shutil — High-level file operations
19261926
| File and Directory Access | filecmp, fileinput, fnmatch, glob, linecache, os.path, pathlib, stat, shutil, tempfile. |
19271927
| Functional Programming | functools, itertools , operator. |
19281928
| Numeric and Mathematics | cmath, decimal, fractions, math, numbers, random, statistics. |
1929-
| Data Types | array, bisect, calendar, collections, collections.abc, copy, datetime, enum, graphlib, heapq, pprint, reprlib, types, weakref, zoneinfo,
1929+
| Data Types | array, bisect, calendar, collections, collections.abc, copy, datetime, enum, graphlib, heapq, pprint, reprlib, types, weakref, zoneinfo. |
19301930
| Runtime Services | array, atexit, calendar, cmath, copy, datetime, gettext, itertools, locale, math, random, sets, struct, sys, traceback. |
19311931
| Text Processing Services | string, re, difflib, textwrap, unicodedata, stringprep, readline, rlcompleter. |
19321932
| Binary Data Services | struct, codecs. |

0 commit comments

Comments
 (0)