Skip to content

Commit 3f6c528

Browse files
authored
Merge pull request mattharrison#13 from uvtc/patch-1
added missing .
2 parents 4f18999 + e8c7f84 commit 3f6c528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ REPL
5757

5858
* Use the ``help`` function to read the documentation for a module/class/function. As a standalone invocation,
5959
you enter the help system and can explore various topics.
60-
* Use the ``dir`` function to list contents of the namespace, or attributes of an object if you pass one in
60+
* Use the ``dir`` function to list contents of the namespace, or attributes of an object if you pass one in.
6161

6262
.. note::
6363

0 commit comments

Comments
 (0)