فهرست منبع

Merge pull request #54 from ipreacher/ipreacher-patch-3

Update stdlib.md
Swaroop C H 8 سال پیش
والد
کامیت
1910ee0051
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      stdlib.md

+ 1 - 1
stdlib.md

@@ -27,7 +27,7 @@ True
 
 The `sys` module has a `version_info` tuple that gives us the version information. The first entry is the major version. We can pull out this information to use it.
 
-## logging module {#logging}
+## `logging` module {#logging}
 
 What if you wanted to have some debugging messages or important messages to be stored somewhere so that you can check whether your program has been running as you would expect it? How do you "store somewhere" these messages? This can be achieved using the `logging` module.