Skip to content

Commit

Permalink
Fixes typo in formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kushaldas committed May 31, 2020
1 parent 379f624 commit e8b56eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/datastructure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ changes the variable outside of the function.


.. note:: Please go through the documentation for the mentioned data types in docs.python.org, at least have a look
at the different methods available on them. For most of the day to day work, we use these data types in our Python code. So, it is important to understand them well. Before you move into next chapter, read the help documentation if nothing else. For example: `help(dict)` or `help(list)`.
at the different methods available on them. For most of the day to day work, we use these data types in our Python code. So, it is important to understand them well. Before you move into next chapter, read the help documentation if nothing else. For example: `help(dict)` or `help(list)`.

Create a calculator
====================
Expand Down

0 comments on commit e8b56eb

Please sign in to comment.