mirror of
https://github.com/kennethreitz/dive-into-python3.git
synced 2026-06-05 23:10:17 +00:00
typo
This commit is contained in:
+1
-1
@@ -111,7 +111,7 @@ body{counter-reset:h1 7}
|
||||
</ol>
|
||||
|
||||
<blockquote class='note compare java'>
|
||||
<p><span class=u>☞</span>In Python, simply call a class as if it were a function to create a new instance of the class. There is no explicit <code>new</code> operator like <abbr>C++</abbr> or Java.
|
||||
<p><span class=u>☞</span>In Python, simply call a class as if it were a function to create a new instance of the class. There is no explicit <code>new</code> operator like there is in <abbr>C++</abbr> or Java.
|
||||
</blockquote>
|
||||
|
||||
<p class=a>⁂
|
||||
|
||||
Reference in New Issue
Block a user