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

0 commit comments

Comments
 (0)