Skip to content

Commit ebd82e1

Browse files
committed
Update footer
1 parent 6729ee3 commit ebd82e1

36 files changed

+144
-108
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,10 @@ See [github's contributors page](https://github.com/Akuli/python-tutorial/graphs
109109

110110
***
111111

112-
If you have trouble with this tutorial please [tell me about
113-
it](./contact-me.md) and I'll make this tutorial better. If you
114-
like this tutorial, please [give it a
112+
If you have trouble with this tutorial, please
113+
[tell me about it](./contact-me.md) and I'll make this tutorial better,
114+
or [ask for help online](./getting-help.md).
115+
If you like this tutorial, please [give it a
115116
star](./README.md#how-can-i-thank-you-for-writing-and-sharing-this-tutorial).
116117

117118
You may use this tutorial freely at your own risk. See

TODO.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ This tutorial is not complete. It still needs:
4040

4141
***
4242

43-
If you have trouble with this tutorial please [tell me about
44-
it](./contact-me.md) and I'll make this tutorial better. If you
45-
like this tutorial, please [give it a
43+
If you have trouble with this tutorial, please
44+
[tell me about it](./contact-me.md) and I'll make this tutorial better,
45+
or [ask for help online](./getting-help.md).
46+
If you like this tutorial, please [give it a
4647
star](./README.md#how-can-i-thank-you-for-writing-and-sharing-this-tutorial).
4748

4849
You may use this tutorial freely at your own risk. See

advanced/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ than complex.
2020

2121
***
2222

23-
If you have trouble with this tutorial please [tell me about
24-
it](../contact-me.md) and I'll make this tutorial better. If you
25-
like this tutorial, please [give it a
23+
If you have trouble with this tutorial, please
24+
[tell me about it](../contact-me.md) and I'll make this tutorial better,
25+
or [ask for help online](../getting-help.md).
26+
If you like this tutorial, please [give it a
2627
star](../README.md#how-can-i-thank-you-for-writing-and-sharing-this-tutorial).
2728

2829
You may use this tutorial freely at your own risk. See

advanced/answers.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11

22
***
33

4-
If you have trouble with this tutorial please [tell me about
5-
it](../contact-me.md) and I'll make this tutorial better. If you
6-
like this tutorial, please [give it a
4+
If you have trouble with this tutorial, please
5+
[tell me about it](../contact-me.md) and I'll make this tutorial better,
6+
or [ask for help online](../getting-help.md).
7+
If you like this tutorial, please [give it a
78
star](../README.md#how-can-i-thank-you-for-writing-and-sharing-this-tutorial).
89

910
You may use this tutorial freely at your own risk. See

advanced/datatypes.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -347,9 +347,10 @@ do it before Python supported `{**dict1, **dict2}`.
347347

348348
***
349349

350-
If you have trouble with this tutorial please [tell me about
351-
it](../contact-me.md) and I'll make this tutorial better. If you
352-
like this tutorial, please [give it a
350+
If you have trouble with this tutorial, please
351+
[tell me about it](../contact-me.md) and I'll make this tutorial better,
352+
or [ask for help online](../getting-help.md).
353+
If you like this tutorial, please [give it a
353354
star](../README.md#how-can-i-thank-you-for-writing-and-sharing-this-tutorial).
354355

355356
You may use this tutorial freely at your own risk. See

advanced/functions.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -290,9 +290,10 @@ does, so using keyword-only arguments makes sense.
290290

291291
***
292292

293-
If you have trouble with this tutorial please [tell me about
294-
it](../contact-me.md) and I'll make this tutorial better. If you
295-
like this tutorial, please [give it a
293+
If you have trouble with this tutorial, please
294+
[tell me about it](../contact-me.md) and I'll make this tutorial better,
295+
or [ask for help online](../getting-help.md).
296+
If you like this tutorial, please [give it a
296297
star](../README.md#how-can-i-thank-you-for-writing-and-sharing-this-tutorial).
297298

298299
You may use this tutorial freely at your own risk. See

advanced/iters.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -463,9 +463,10 @@ does the same thing as our `count()`.
463463
contains many useful iterator-related things.
464464
***
465465

466-
If you have trouble with this tutorial please [tell me about
467-
it](../contact-me.md) and I'll make this tutorial better. If you
468-
like this tutorial, please [give it a
466+
If you have trouble with this tutorial, please
467+
[tell me about it](../contact-me.md) and I'll make this tutorial better,
468+
or [ask for help online](../getting-help.md).
469+
If you like this tutorial, please [give it a
469470
star](../README.md#how-can-i-thank-you-for-writing-and-sharing-this-tutorial).
470471

471472
You may use this tutorial freely at your own risk. See

advanced/magicmethods.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,10 @@ are not meant to be imported.
235235

236236
***
237237

238-
If you have trouble with this tutorial please [tell me about
239-
it](../contact-me.md) and I'll make this tutorial better. If you
240-
like this tutorial, please [give it a
238+
If you have trouble with this tutorial, please
239+
[tell me about it](../contact-me.md) and I'll make this tutorial better,
240+
or [ask for help online](../getting-help.md).
241+
If you like this tutorial, please [give it a
241242
star](../README.md#how-can-i-thank-you-for-writing-and-sharing-this-tutorial).
242243

243244
You may use this tutorial freely at your own risk. See

basics/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ to learn more about whatever you want after studying it.
3030

3131
***
3232

33-
If you have trouble with this tutorial please [tell me about
34-
it](../contact-me.md) and I'll make this tutorial better. If you
35-
like this tutorial, please [give it a
33+
If you have trouble with this tutorial, please
34+
[tell me about it](../contact-me.md) and I'll make this tutorial better,
35+
or [ask for help online](../getting-help.md).
36+
If you like this tutorial, please [give it a
3637
star](../README.md#how-can-i-thank-you-for-writing-and-sharing-this-tutorial).
3738

3839
You may use this tutorial freely at your own risk. See

basics/answers.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -473,9 +473,10 @@ isn't exactly like mine but it works just fine it's ok, and you can
473473
474474
***
475475
476-
If you have trouble with this tutorial please [tell me about
477-
it](../contact-me.md) and I'll make this tutorial better. If you
478-
like this tutorial, please [give it a
476+
If you have trouble with this tutorial, please
477+
[tell me about it](../contact-me.md) and I'll make this tutorial better,
478+
or [ask for help online](../getting-help.md).
479+
If you like this tutorial, please [give it a
479480
star](../README.md#how-can-i-thank-you-for-writing-and-sharing-this-tutorial).
480481
481482
You may use this tutorial freely at your own risk. See

basics/classes.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -416,9 +416,10 @@ print("You entered " + word + ".")
416416

417417
***
418418

419-
If you have trouble with this tutorial please [tell me about
420-
it](../contact-me.md) and I'll make this tutorial better. If you
421-
like this tutorial, please [give it a
419+
If you have trouble with this tutorial, please
420+
[tell me about it](../contact-me.md) and I'll make this tutorial better,
421+
or [ask for help online](../getting-help.md).
422+
If you like this tutorial, please [give it a
422423
star](../README.md#how-can-i-thank-you-for-writing-and-sharing-this-tutorial).
423424

424425
You may use this tutorial freely at your own risk. See

basics/defining-functions.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -572,9 +572,10 @@ Answers for the first, second and third exercise are
572572

573573
***
574574

575-
If you have trouble with this tutorial please [tell me about
576-
it](../contact-me.md) and I'll make this tutorial better. If you
577-
like this tutorial, please [give it a
575+
If you have trouble with this tutorial, please
576+
[tell me about it](../contact-me.md) and I'll make this tutorial better,
577+
or [ask for help online](../getting-help.md).
578+
If you like this tutorial, please [give it a
578579
star](../README.md#how-can-i-thank-you-for-writing-and-sharing-this-tutorial).
579580

580581
You may use this tutorial freely at your own risk. See

basics/dicts.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -324,9 +324,10 @@ Running the program might look like this:
324324

325325
***
326326

327-
If you have trouble with this tutorial please [tell me about
328-
it](../contact-me.md) and I'll make this tutorial better. If you
329-
like this tutorial, please [give it a
327+
If you have trouble with this tutorial, please
328+
[tell me about it](../contact-me.md) and I'll make this tutorial better,
329+
or [ask for help online](../getting-help.md).
330+
If you like this tutorial, please [give it a
330331
star](../README.md#how-can-i-thank-you-for-writing-and-sharing-this-tutorial).
331332

332333
You may use this tutorial freely at your own risk. See

basics/docstrings.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -350,9 +350,10 @@ doing without having to read through all of the code.
350350

351351
***
352352

353-
If you have trouble with this tutorial please [tell me about
354-
it](../contact-me.md) and I'll make this tutorial better. If you
355-
like this tutorial, please [give it a
353+
If you have trouble with this tutorial, please
354+
[tell me about it](../contact-me.md) and I'll make this tutorial better,
355+
or [ask for help online](../getting-help.md).
356+
If you like this tutorial, please [give it a
356357
star](../README.md#how-can-i-thank-you-for-writing-and-sharing-this-tutorial).
357358

358359
You may use this tutorial freely at your own risk. See

basics/editor-setup.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,10 @@ echoes it back, but if you make a file that contains nothing but a
7878

7979
***
8080

81-
If you have trouble with this tutorial please [tell me about
82-
it](../contact-me.md) and I'll make this tutorial better. If you
83-
like this tutorial, please [give it a
81+
If you have trouble with this tutorial, please
82+
[tell me about it](../contact-me.md) and I'll make this tutorial better,
83+
or [ask for help online](../getting-help.md).
84+
If you like this tutorial, please [give it a
8485
star](../README.md#how-can-i-thank-you-for-writing-and-sharing-this-tutorial).
8586

8687
You may use this tutorial freely at your own risk. See

basics/exceptions.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -461,9 +461,10 @@ except OSError:
461461

462462
***
463463

464-
If you have trouble with this tutorial please [tell me about
465-
it](../contact-me.md) and I'll make this tutorial better. If you
466-
like this tutorial, please [give it a
464+
If you have trouble with this tutorial, please
465+
[tell me about it](../contact-me.md) and I'll make this tutorial better,
466+
or [ask for help online](../getting-help.md).
467+
If you like this tutorial, please [give it a
467468
star](../README.md#how-can-i-thank-you-for-writing-and-sharing-this-tutorial).
468469

469470
You may use this tutorial freely at your own risk. See

basics/files.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -365,9 +365,10 @@ else:
365365

366366
***
367367

368-
If you have trouble with this tutorial please [tell me about
369-
it](../contact-me.md) and I'll make this tutorial better. If you
370-
like this tutorial, please [give it a
368+
If you have trouble with this tutorial, please
369+
[tell me about it](../contact-me.md) and I'll make this tutorial better,
370+
or [ask for help online](../getting-help.md).
371+
If you like this tutorial, please [give it a
371372
star](../README.md#how-can-i-thank-you-for-writing-and-sharing-this-tutorial).
372373

373374
You may use this tutorial freely at your own risk. See

basics/getting-started.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,10 @@ enough when you need to calculate something.
212212

213213
***
214214

215-
If you have trouble with this tutorial please [tell me about
216-
it](../contact-me.md) and I'll make this tutorial better. If you
217-
like this tutorial, please [give it a
215+
If you have trouble with this tutorial, please
216+
[tell me about it](../contact-me.md) and I'll make this tutorial better,
217+
or [ask for help online](../getting-help.md).
218+
If you like this tutorial, please [give it a
218219
star](../README.md#how-can-i-thank-you-for-writing-and-sharing-this-tutorial).
219220

220221
You may use this tutorial freely at your own risk. See

basics/handy-stuff-strings.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -431,9 +431,10 @@ The answers are [here](answers.md#handy-stuff-strings).
431431

432432
***
433433

434-
If you have trouble with this tutorial please [tell me about
435-
it](../contact-me.md) and I'll make this tutorial better. If you
436-
like this tutorial, please [give it a
434+
If you have trouble with this tutorial, please
435+
[tell me about it](../contact-me.md) and I'll make this tutorial better,
436+
or [ask for help online](../getting-help.md).
437+
If you like this tutorial, please [give it a
437438
star](../README.md#how-can-i-thank-you-for-writing-and-sharing-this-tutorial).
438439

439440
You may use this tutorial freely at your own risk. See

basics/if.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -317,9 +317,10 @@ The answers are [here](answers.md#if-else-and-elif).
317317

318318
***
319319

320-
If you have trouble with this tutorial please [tell me about
321-
it](../contact-me.md) and I'll make this tutorial better. If you
322-
like this tutorial, please [give it a
320+
If you have trouble with this tutorial, please
321+
[tell me about it](../contact-me.md) and I'll make this tutorial better,
322+
or [ask for help online](../getting-help.md).
323+
If you like this tutorial, please [give it a
323324
star](../README.md#how-can-i-thank-you-for-writing-and-sharing-this-tutorial).
324325

325326
You may use this tutorial freely at your own risk. See

basics/installing-python.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,10 @@ Now you should have Python installed, and you should be able run it.
7878

7979
***
8080

81-
If you have trouble with this tutorial please [tell me about
82-
it](../contact-me.md) and I'll make this tutorial better. If you
83-
like this tutorial, please [give it a
81+
If you have trouble with this tutorial, please
82+
[tell me about it](../contact-me.md) and I'll make this tutorial better,
83+
or [ask for help online](../getting-help.md).
84+
If you like this tutorial, please [give it a
8485
star](../README.md#how-can-i-thank-you-for-writing-and-sharing-this-tutorial).
8586

8687
You may use this tutorial freely at your own risk. See

basics/larger-program.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,10 @@ something else when it's imported.
228228

229229
***
230230

231-
If you have trouble with this tutorial please [tell me about
232-
it](../contact-me.md) and I'll make this tutorial better. If you
233-
like this tutorial, please [give it a
231+
If you have trouble with this tutorial, please
232+
[tell me about it](../contact-me.md) and I'll make this tutorial better,
233+
or [ask for help online](../getting-help.md).
234+
If you like this tutorial, please [give it a
234235
star](../README.md#how-can-i-thank-you-for-writing-and-sharing-this-tutorial).
235236

236237
You may use this tutorial freely at your own risk. See

basics/lists-and-tuples.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -375,9 +375,10 @@ The answers are [here](answers.md#lists-and-tuples).
375375

376376
***
377377

378-
If you have trouble with this tutorial please [tell me about
379-
it](../contact-me.md) and I'll make this tutorial better. If you
380-
like this tutorial, please [give it a
378+
If you have trouble with this tutorial, please
379+
[tell me about it](../contact-me.md) and I'll make this tutorial better,
380+
or [ask for help online](../getting-help.md).
381+
If you like this tutorial, please [give it a
381382
star](../README.md#how-can-i-thank-you-for-writing-and-sharing-this-tutorial).
382383

383384
You may use this tutorial freely at your own risk. See

basics/loops.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -493,9 +493,10 @@ The answers are [here](answers.md#loops).
493493
494494
***
495495
496-
If you have trouble with this tutorial please [tell me about
497-
it](../contact-me.md) and I'll make this tutorial better. If you
498-
like this tutorial, please [give it a
496+
If you have trouble with this tutorial, please
497+
[tell me about it](../contact-me.md) and I'll make this tutorial better,
498+
or [ask for help online](../getting-help.md).
499+
If you like this tutorial, please [give it a
499500
star](../README.md#how-can-i-thank-you-for-writing-and-sharing-this-tutorial).
500501
501502
You may use this tutorial freely at your own risk. See

basics/modules.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -488,9 +488,10 @@ section at the bottom.
488488

489489
***
490490

491-
If you have trouble with this tutorial please [tell me about
492-
it](../contact-me.md) and I'll make this tutorial better. If you
493-
like this tutorial, please [give it a
491+
If you have trouble with this tutorial, please
492+
[tell me about it](../contact-me.md) and I'll make this tutorial better,
493+
or [ask for help online](../getting-help.md).
494+
If you like this tutorial, please [give it a
494495
star](../README.md#how-can-i-thank-you-for-writing-and-sharing-this-tutorial).
495496

496497
You may use this tutorial freely at your own risk. See

basics/the-way-of-the-program.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ learned everything.
3838

3939
***
4040

41-
If you have trouble with this tutorial please [tell me about
42-
it](../contact-me.md) and I'll make this tutorial better. If you
43-
like this tutorial, please [give it a
41+
If you have trouble with this tutorial, please
42+
[tell me about it](../contact-me.md) and I'll make this tutorial better,
43+
or [ask for help online](../getting-help.md).
44+
If you like this tutorial, please [give it a
4445
star](../README.md#how-can-i-thank-you-for-writing-and-sharing-this-tutorial).
4546

4647
You may use this tutorial freely at your own risk. See

basics/using-functions.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,9 +228,10 @@ should work normally.
228228

229229
***
230230

231-
If you have trouble with this tutorial please [tell me about
232-
it](../contact-me.md) and I'll make this tutorial better. If you
233-
like this tutorial, please [give it a
231+
If you have trouble with this tutorial, please
232+
[tell me about it](../contact-me.md) and I'll make this tutorial better,
233+
or [ask for help online](../getting-help.md).
234+
If you like this tutorial, please [give it a
234235
star](../README.md#how-can-i-thank-you-for-writing-and-sharing-this-tutorial).
235236

236237
You may use this tutorial freely at your own risk. See

basics/variables.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -301,9 +301,10 @@ what you are doing. We'll learn more about it later.
301301

302302
***
303303

304-
If you have trouble with this tutorial please [tell me about
305-
it](../contact-me.md) and I'll make this tutorial better. If you
306-
like this tutorial, please [give it a
304+
If you have trouble with this tutorial, please
305+
[tell me about it](../contact-me.md) and I'll make this tutorial better,
306+
or [ask for help online](../getting-help.md).
307+
If you like this tutorial, please [give it a
307308
star](../README.md#how-can-i-thank-you-for-writing-and-sharing-this-tutorial).
308309

309310
You may use this tutorial freely at your own risk. See

0 commit comments

Comments
 (0)