Skip to content

Commit fa71bfa

Browse files
committed
Fix typo
1 parent 273b50e commit fa71bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Strings.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
"Something to note. In Python 3, print is a function, not a statement. So you would print statements like this:\n",
269269
"print('Hello World')\n",
270270
"\n",
271-
"If you want to use this functionalty in Python2, you can import form the __future__ module. \n",
271+
"If you want to use this functionality in Python2, you can import form the __future__ module. \n",
272272
"\n",
273273
"**A word of caution, after importing this you won't be able to choose the print statement method anymore. So pick whichever one you prefer depending on your Python installation and continue on with it.**"
274274
]

0 commit comments

Comments
 (0)