Skip to content

Commit e8b56eb

Browse files
committed
Fixes typo in formatting
1 parent 379f624 commit e8b56eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/datastructure.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ changes the variable outside of the function.
532532

533533

534534
.. note:: Please go through the documentation for the mentioned data types in docs.python.org, at least have a look
535-
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)`.
535+
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)`.
536536

537537
Create a calculator
538538
====================

0 commit comments

Comments
 (0)