mirror of
				https://github.com/gsi-upm/sitc
				synced 2025-10-31 15:38:18 +00:00 
			
		
		
		
	typos
This commit is contained in:
		| @@ -140,12 +140,25 @@ | ||||
|   }, | ||||
|   { | ||||
|    "cell_type": "code", | ||||
|    "execution_count": null, | ||||
|    "execution_count": 5, | ||||
|    "metadata": { | ||||
|     "collapsed": true | ||||
|     "collapsed": false | ||||
|    }, | ||||
|    "outputs": [], | ||||
|    "source": [] | ||||
|    "outputs": [ | ||||
|     { | ||||
|      "data": { | ||||
|       "text/plain": [ | ||||
|        "4" | ||||
|       ] | ||||
|      }, | ||||
|      "execution_count": 5, | ||||
|      "metadata": {}, | ||||
|      "output_type": "execute_result" | ||||
|     } | ||||
|    ], | ||||
|    "source": [ | ||||
|     "2+2" | ||||
|    ] | ||||
|   }, | ||||
|   { | ||||
|    "cell_type": "markdown", | ||||
|   | ||||
| @@ -443,7 +443,7 @@ | ||||
|    "cell_type": "markdown", | ||||
|    "metadata": {}, | ||||
|    "source": [ | ||||
|     "Tuples are *inmutable* sequences, tipically used to store collections of heterogeneous data.\n", | ||||
|     "Tuples are *inmutable* sequences, typically used to store collections of heterogeneous data.\n", | ||||
|     "\n", | ||||
|     "The main difference from lists is that lists are *mutable* while tuples are *inmutable*. Thus, tuples have not methods such as insert(), pop(), remove() or append() to change them.\n", | ||||
|     "\n", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user