docs/library/micropython: Fix typo in RST formatting.

This commit is contained in:
Damien George 2017-08-29 16:53:30 +10:00
parent e30ba2f1c7
commit fe6f0354f6
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ Functions
.. function:: mem_info([verbose]) .. function:: mem_info([verbose])
Print information about currently used memory. If the *verbose`* argument Print information about currently used memory. If the *verbose* argument
is given then extra information is printed. is given then extra information is printed.
The information that is printed is implementation dependent, but currently The information that is printed is implementation dependent, but currently