Skip to content

Commit 89967c9

Browse files
authored
Merge pull request #9 from digitronik/fix_build
fix build
2 parents 66c1fac + 253ff4a commit 89967c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main_book.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@ \section{Inheritance}
10741074
\section{File Operations}
10751075
\section{Modules}
10761076
Implementing modules in Python is very easy. Modules are nothing but the file with the class. If you want to use those classes then you can directly import those classes in your code.
1077-
Let's create on file wich has 2 classes. Class A has get_a and set_a methods and Class B has get_b and set_b methods.
1077+
Let's create on file wich has 2 classes. Class A has get\_a and set\_a methods and Class B has get\_b and set\_b methods.
10781078

10791079
\begin{lstlisting}
10801080
class A:

0 commit comments

Comments
 (0)