Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/totvs/tir
Browse files Browse the repository at this point in the history
  • Loading branch information
renanllisboa committed Sep 13, 2018
2 parents dd8e401 + 590ce58 commit 40eac22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc_files/ARCHITECTURE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#TIR Architecture
# TIR Architecture

This tool was idealized to work with any type of TOTVS Web technology.

Expand Down Expand Up @@ -76,4 +76,4 @@ def sum_numbers(self, first_number, second_number = 0):
>>> self.sum_numbers(1,2)
'''
return first_number + second_number
```
```

0 comments on commit 40eac22

Please sign in to comment.