From 6b125a0098d9a0b7c35990d0912ddd1ce9bade2f Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Fri, 8 Dec 2023 15:35:24 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- python_basics/standard_libraries/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python_basics/standard_libraries/README.md b/python_basics/standard_libraries/README.md index 63a1245..58b17ca 100644 --- a/python_basics/standard_libraries/README.md +++ b/python_basics/standard_libraries/README.md @@ -41,7 +41,7 @@ Questions to [David Rotermund](mailto:davrot@uni-bremen.de) > The modules described in this chapter provide a variety of specialized data types such as dates and times, fixed-type arrays, heap queues, double-ended queues, and enumerations.​ -​||| +||| |---|---| |**datetime** | **Basic date and time types​**| |zoneinfo | IANA time zone support​| @@ -52,7 +52,7 @@ Questions to [David Rotermund](mailto:davrot@uni-bremen.de) |bisect | Array bisection algorithm​| |array | Efficient arrays of numeric values​| |weakref | Weak references​| -|**types** | Dynamic type creation and names for built-in types​| +|**types** | **Dynamic type creation and names for built-in types​**| |copy | Shallow and deep copy operations​| |pprint | Data pretty printer​| |reprlib | Alternate repr() implementation​|